{% import "base/templates/macro.j2" as macro %}
{% block style %} {% if header.theme.name == "base" %} {% if header.theme.custom is iterable %} {% if "css" in header.theme.custom %} {{ macro.custom_dict_css(header.theme.custom.css) }} {% else %} {{ macro.custom_multiple_files_css(header.theme.custom) }} {% endif %} {% else %} {{ macro.custom_single_file_css(header.theme.custom) }} {% endif %} {% else %} {% endif %} {% endblock style %}