{%- if config.extra?.webserver_sends_csp_headers %} {%- include "security_tags.html" %} {%- endif %} {% include "favicon.html" -%} {%- block title %}{{ config.title }}{%- endblock %} {% include "seo_tags.html" -%} {% block rss -%} {%- if config.generate_feeds %} {%- for feed_filename in config.feed_filenames %} {%- endfor -%} {%- endif %} {%- endblock -%} {%- include "custom_head.html" %} {%- include "header.html" %} {%- block main -%}{%- endblock -%} {%- include "footer.html" -%} {%- include "custom_body.html" -%}