mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
9 lines
221 B
Twig
9 lines
221 B
Twig
{% embed 'partials/base.html.twig' with { github_link_position: false } %}
|
|
|
|
{% block content %}
|
|
{% include 'partials/page.html.twig' %}
|
|
{% endblock %}
|
|
|
|
{% block footer %}{% endblock %}
|
|
|
|
{% endembed %}
|