{% if config.webmention_url %}
{% endif %}
{% if config.external_links %}
{% for external_link in config.external_links %}
{% endfor %}
{% endif %}
{% if styles %}
{% for style in styles %}
{% endfor %}
{% endif %}
{{ title }}
{% set is_home_page = '/'.join((url or config.link or '').rstrip('/').split('/')[3:]).split('?')[0].split('#')[0] == '' %}
{% if not skip_header %}