<% if(seccion==="main"){ %> <%- include('main.ejs'); %> <% } else if(seccion==="data") { %> <%- include('data.ejs'); %> <% } %>