{% extends "base.html" %} {% block extrahead %} {% set title = config.site_name %} {% if page and page.title and not page.is_homepage %} {% set title = config.site_name ~ " - " ~ page.title | striptags %} {% endif %} {% set image = config.site_url ~ '/static/card.png' %} {% endblock %}