{% load lona_picocss_filter %} {% get_theme_data %} {% block title %}{% endblock %} {% if theme_data.theme_settings.theme == 'dark' %} {% elif theme_data.theme_settings.theme == 'light' %} {% endif %} {% for url in theme_data.stylesheet_urls %} {% endfor %}
{% if theme_data.theme_settings.header %}
{% include "picocss/header.html" %}
{% endif %}
{% block content %}{% endblock %}
{% if theme_data.theme_settings.footer %}
{% include "picocss/footer.html" %}
{% endif %}
{% for url in theme_data.script_urls %} {% endfor %}