{# Open Graph Meta #} {% block metaTitle %} {% endblock %} {% include "global/meta.html" %} {# Feeds #} {% include "global/feeds.html" %} {# Fonts #} {% include "global/fonts.html" %} {# CSS #} {% include "global/css-bundle.html" %} {% if hasTooltips %} {% endif %} {# Favicon #} {% block favicon %}{% endblock %} {# Verifications #} {# JavaScript #} {% if toc %} {% endif %} {% if hasCodeBlock %} {% endif %} {% if hasTooltips %} {% endif %} {% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}
Skip to content
{% block hero %}{% include "global/hero.html" %}{% endblock %} {% block navbar %}{% include "global/navbar.html" %}{% endblock %}
{{ content | safe }}
{% block footer %}{% include "global/footer.html" %}{% endblock %}