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

Layout modules are more complex than utilities and are tied to markup structure. They are designed to be highly reusable and to inter-operate with other styles.

{% for section in page.sections %}

{{ section.title }}

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