{# ------------------------- TITLE ------------------------- #} {% if page is defined and page.title %} {{ page.title }} – {{ config.title }} {% elif section is defined and section.title %} {{ section.title }} – {{ config.title }} {% else %} {{ config.title }} {% endif %} {# ------------------------- META DESCRIPTION ------------------------- #} {% if page is defined and page.description %} {% elif section is defined and section.description %} {% elif config.description %} {% endif %} {# ------------------------- OPEN GRAPH ------------------------- #} {# Optional: add when you have one #} {# #} {# ------------------------- TWITTER ------------------------- #} {# Optional #} {# #} {# ------------------------- STRUCTURED DATA (JSON-LD) ------------------------- #} {# ------------------------- STYLES ------------------------- #} {% include "partials/header.html" %}
{% block content %}{% endblock content %}
{% include "partials/footer.html" %} {# ------------------------- THEME TOGGLE SCRIPT ------------------------- #}