Rustelo/resources/templates/build-tools/documentation/base.tera

12 lines
253 B
Text
Raw Normal View History

2026-07-18 20:16:16 +01:00
{% include "partials/header.tera" %}
# {% block title %}{{ i18n.labels.title }}{% endblock title %}
{% if theme.show_toc %}
{% block toc %}{% endblock toc %}
{% endif %}
{% block content %}{% endblock content %}
{% include "partials/footer.tera" %}