wiki-grav/themes/learn2/templates/search.html.twig
2022-04-24 14:32:58 +02:00

12 lines
329 B
Twig

{% embed 'partials/base.html.twig' with { github_link_position: false } %}
{% block content %}
{{ page.content|raw }}
{% include 'partials/tntsearch.html.twig' with { in_page: true, placeholder: "Search the Grav documentation..." }%}
{% endblock %}
{% block footer %}{% endblock %}
{% endembed %}