{% import 'macros.html' as macros %} {% include "partials/shared/head.html" %} {% include "partials/shared/nav.html" %}
{% block content %}{% endblock %}
{% block search %} {% endblock %} {% block pagination %} {% include "partials/shared/paginator.html" %} {% endblock %} {% block comment %}{% endblock %} {% include "partials/shared/footer.html" %} {% if config.extra.mermaid.enabled %} {% endif %} {%- if lang != "en" -%} {%- block other_lang_search_js -%}{%- endblock -%} {%- endif -%} {% block custom_js %}{% endblock %} {% block user_custom_js %}{% endblock %}