{% extends "base.html" %} {% block content %}
<- List

{{ page.title }}

{% if config.extra.author and config.extra.display_author == true %} {% endif %} {% if page.toc and page.extra.toc %}

Table of contents

{% endif %} {{ page.content | safe }}

{% if page.taxonomies.tags %} {% for tag in page.taxonomies.tags %} #{{ tag }} {% endfor %} {% endif %}

{% endblock content %}