{% extends 'base.html' %} {% block title %} {{ page.site_title | striptags }} {% endblock %} {% block content %}
{% for values, items in contents.group_items('category') %}

{{ values[0] }}

    {% for item in items %}
  • {{ item.link() }} {% endfor %}
{% endfor %}
{% endblock content %} {% block tocbar %} {% if page.get_config('custom_search_engine_id', None) %}

Search

{% endif %}

Categories

Tags

{% endblock tocbar %}