doc/themes/learn4/templates/search.html.twig

11 lines
227 B
Twig
Raw Normal View History

2020-11-14 11:24:49 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
{{ page.content|raw }}
{% include 'partials/tntsearch.html.twig' with { in_page: true, placeholder: "Search the Grav documentation..." }%}
{% endblock %}