wiki-grav/themes/learn2-dark/templates/search.html.twig

7 lines
242 B
Twig
Raw Normal View History

2024-09-18 11:46:10 +02:00
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ page.content|raw }}
2024-09-18 13:34:34 +02:00
{% embed 'partials/tntsearch.html.twig' with { limit: 10, snippet: 150, min: 3, search_type: 'auto', dropdown: true } %}{% endembed %}
2024-09-18 11:46:10 +02:00
{% endblock %}