Files
torsearch/templates/index/test.html.twig

9 lines
158 B
Twig

{% extends 'base.html.twig' %}
{% block h2 %}Test Test{% endblock %}
{% block body %}
<div>
<!-- Well what are you doing here? -->
</div>
{% endblock %}