mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
10 lines
227 B
Twig
10 lines
227 B
Twig
{% 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 %}
|
|
|
|
|
|
|