{% extends "base.html" %} {#- Site-wide Open Graph / Twitter card so shared links preview the social card. -#} {% block extrahead %} {% set page_title = (page.title ~ " - " ~ config.site_name) if (page and page.title and not page.is_homepage) else config.site_name %} {% set image = config.site_url ~ "assets/social-card.png" %} {% if page and page.canonical_url %}{% endif %} {% endblock %}