{% for filename in page.meta.source %}
{{ filename }}
{% endfor %}
{% endif %}
{{ page.content }}
{%- endblock %}
{%- if config.extra.article_nav_bottom != False %} {% include "article-nav.html" %}
{%- endif %}