{% if config.extra.header_links %}
{% for link in config.extra.header_links %}
{{ link.name }}
{% endfor %}
{% endif %} {% block content %}
{{ config.description }}
{% for page in section.pages %}
{{ page.title }}
@{{ page.date | date(format="%F") }} | {{ page.reading_time }} minute read
{% endfor %}
{% endblock content %}