{{ config.title }}
{{ config.description }}
{% endblock header %} {% block static %} {% set about_us = get_page(path="static/about.md") %} {{ about_us.content | safe }}
{% endblock static %} {% block content %}
-
{% for post in section.pages %}
{{ macros::post_in_list(post=post) }}
{% endfor %}