{#- What a shared link to any page shows: its title, the site's description
and the card scripts/social_card.py draws. -#}
{% extends "base.html" %}
{% block extrahead %}
{%- set title = config.site_name if page.is_homepage else page.title ~ " - " ~ config.site_name %}
{% endblock %}