{% extends "index.html" %} {% block title %}{{ section.title }}{% endblock %} {% if get_taxonomy(kind="categories") %} {% block categories_menu %}

Categories

{% endblock %} {% endif %} {%- block content -%} {{ section.content | safe }} {%- for page in section.pages %}

{{ page.title }}

{{ page.date }} {%- endfor -%} {# ToDo : implement : Pagination #} {%- if section.paginate_by is defined %} {% block pagination %} {% endblock pagination %} {% endif -%} {%- endblock content -%}