11 lines
No EOL
252 B
Text
11 lines
No EOL
252 B
Text
{% 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" %} |