{% set template_name = (self|string).split("'")[1].split(".")[0] %} {% import 'partial/macros.j2' as macros with context %} {% block title %}{{ SITENAME }}{% endblock title %} {% include 'partial/feedlinks.html' %} {% if ALLOW_GOOGLE_FONTS|default(True) %} {% endif %} {% for css in CSS_OVERRIDE|default([]) %} {% endfor %} {% if SMALLWEB_COLORS|default(False) %} {% endif %} {% include 'partial/navigation.html' %} {% block content %}{% endblock content %} {% include 'partial/footer.html' %}