{% if page.toc %} {% for toc_item in page.toc %}
{{ toc_item.title }}
ΒΆ
{% endfor %} {% elif page.title %}
{{ page.title }}
{% endif %} {% include "partials/source-file.html" %} {{ page.content }}