{% if title %}
{{ title }}
{% endif %}
{% if custom_css %} {%- if custom_css is string -%}
{% else %} {%- for css in custom_css -%}
{% endfor %} {% endif %} {% endif %}
{% for f in content_files %} {% include "%s" % f %} {% endfor %}