{% extends 'layouts/docs.html' %} {% set page = pages.base %} {% set isdocs = true %} {% block content %}

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.

{% for section in page.sections %}

{{ section.title }}

{{ modules[section.module].content | safe }}
{% endfor %} {% endblock %}