Add tntsearch

This commit is contained in:
exu 2024-09-18 11:46:10 +02:00
parent af8c75a07a
commit f9a9cb9410

View File

@ -0,0 +1,7 @@
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ page.content|raw }}
{% include 'partials/tntsearch.html.twig' with { in_page: true }%}
{% endblock %}