{% extends "base.html" %} {% block head %} {% if page %} {{page.title}} {% elif section %} {{section.title}} {% else %} {{config.title}} {% endif %} {% if page %} {% elif section %} {% endif %} {% if page and page.extra.keywords %} {% endif %} {% endblock head %}