{% set embedded = True %} {# embedded is set to avoid including base.html several times if a generic page is included (e.g. blog/articles.html) #}
{% block title %}{{C.APP_NAME}}{% endblock %}
{% if css_content is defined %}
{% else %}
{% for css_file in css_files %}
{% endfor %}
{% endif %}
{% if background_image is defined %}
{# Q&D workaround to implement dynamic background-image
it should be replaced by a better mechanism in the future, avoid using it #}
{% endif %}