archive.twig 268 B

123456789
  1. {# This file demonstrates using most of the index.twig template and modifying
  2. just a small part. See `search.twig` for an example of another approach #}
  3. {% extends "index.twig" %}
  4. {% block content %}
  5. <h3>This is my archive</h3>
  6. {{ parent() }}
  7. {% endblock %}