{{ post.title }}
{% if post.excerpt %}{{ post.excerpt }}
{% endif %}{% extends 'public/base.html' %} {% block title %}{{ site_name }} - {{ site_tagline }}{% endblock %} {% block hreflang %} {#- Posts-mode homepage: /?lang=xx exists for every active language (the language switcher links them all), so the head must declare the same hreflang cluster — mirroring what page.html emits for a builder homepage. Only on page 1: paginated /?page=N URLs are not language equivalents of each other. x-default points to the clean default URL. -#} {%- if all_versions is defined and all_versions|length > 1 and posts.page == 1 %} {%- set _dl = default_language or 'en' %} {%- for version in all_versions %} {%- endfor %} {%- endif %} {% endblock %} {% block schema %} {% if posts_schema %} {% endif %} {% endblock %} {% block content %}
{{ site_tagline }}
{{ post.excerpt }}
{% endif %}{{ pt('check_back') }}