Change to embedding

This commit is contained in:
exu 2024-09-18 13:34:34 +02:00
parent ce7a797c8a
commit eac1f68b03

View File

@ -3,5 +3,5 @@
{% block content %} {% block content %}
{{ page.content|raw }} {{ page.content|raw }}
{% include 'partials/tntsearch.html.twig' with { in_page: true }%} {% embed 'partials/tntsearch.html.twig' with { limit: 10, snippet: 150, min: 3, search_type: 'auto', dropdown: true } %}{% endembed %}
{% endblock %} {% endblock %}