{% extends "base.html" %} {% block site_meta %} {% endblock %} {% set title = page.title | striptags %} {% if not page.is_homepage %} {% if page and page.parent and page.parent.title %} {% set title = page.parent.title | striptags ~ " - " ~ title %} {% endif %} {% endif %} {% if page.meta.description %} {% set desc = page.meta.description | striptags %} {% endif %} {% set icon = config.site_url ~ "img/icon.png" %} {% block extrahead %} {% endblock %}