{% extends "base.html" %} {% block extrahead %} {{ super() }} {% endblock %} {% block htmltitle %} {% if page and page.title and config.site_name and page.title == config.site_name %} {{ page.title }} {% else %} {{ super() }} {% endif %} {% endblock %} {% block outdated %} You're not viewing the latest version. Click here to go to latest. {% endblock %}