{% import "macros/rel_attributes.html" as macros_rel_attributes %} {% import "macros/translate.html" as macros_translate %} {%- set language_strings = load_data(path="i18n/" ~ lang ~ '.toml', required=false) -%} {%- if not language_strings -%} {%- set language_strings = load_data(path="themes/duckquill/i18n/" ~ lang ~ ".toml", required=false) -%} {%- endif -%} {%- set rtl_languages = ["ar", "arc", "az", "dv", "ff", "he", "ku", "nqo", "fa", "rhg", "syc", "ur"] -%} {% include "partials/head.html" %} {% block body %} {%- if config.extra.nav.links %} {% include "partials/nav.html" %} {%- endif %}
{% block custom %}{% endblock custom %} {% block content %}{% endblock content %} {% include "partials/extra_features.html" %}
{% include "partials/footer.html" %} {% endblock body %}