{% import "grid_sections.html.njk" as grid_sections %} {% if dev %} {% include "autoreload.html" %} {% endif %} {{ name }} {% include "hide.html" %}

{{ name }}

{{ description }}

{% for s in section %} {{ grid_sections.render_section(s) }} {% endfor %}