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

12 lines
329 B
Twig
Raw Normal View History

{% 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 %}