{% block seo %}
{% if site.card_image %}
{% endif %}
{% if site.url %}
{% endif %}
{% if site.extra.fediverse_verification %}
{% endif %}
{% endblock %}
{% if site?.atproto?.publication_uri %}
{% endif %}
{%- block head %}
{% if title %}{{title}} | {%endif%}{{ site.name }}
{% if site.extra.colorscheme %}
{% endif %}
{% if content is defined and content.translations | length > 0 %}
{% for t in content.translations %}
{% endfor %}
{% if content.language %}
{% endif %}
{% endif %}
{% endblock -%}
{%- block feeds %}
{%include 'base_feeds.html' ignore missing%}
{% endblock %}
{% if htmlhead is defined %}
{{ htmlhead }}
{% endif %}
{% if announce is defined %}
{{ announce }}
{% endif %}
{% if header is defined %}
{{ header}}
{% else %}
{% if site.enable_search %}
{{site.search_title}}
{% endif %}
{% endif %}
{% block main -%}{%- endblock %}
{% if footer is defined %}
{{ footer}}
{% else %}
{% endif %}
{%- block tail %}
{% if site.enable_search %}
{% endif %}
{% if site.extra.colorscheme_toggle %}
{% endif %}
{% if site.extra.colormode %}
{% endif %}
{% endblock -%}
{% if htmltail is defined %}
{{ htmltail }}
{% endif %}