Files
lamine_wp/web/app/themes/la_mine/templates/archive.twig
T
2020-05-20 15:48:29 +02:00

10 lines
268 B
Twig

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