website-htmx-rustelo-code/site/templates/build-tools/documentation/base.tera

11 lines
252 B
Text
Raw Permalink Normal View History

2026-07-10 03:44:13 +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" %}