Base element styles control native HTML elements such as headings, paragraphs, buttons, and forms in a systematic and opinionated way. These styles include typographical considerations and utilities derived from base elements, such as typefaces, the type scale, forms, and buttons.

<% if (obj.page.sections) { %> <% page.sections.forEach(function(section) { %>

<%= capitalize(section.name) %>

<%= modules[section.module].content %>
<% }) %> <% } %>