{% extends "base.html" %} {% block title %} {{ page.title }} {%if page.subtitle %} - {{ page.subtitle }} {% endif %} ยท {{ super() }} {% endblock title %} {% block head_description %} {% if page.summary %} {{ article.summary|striptags }} {% endif %} {% endblock head_description %} {% block meta_tags_in_head %} {% if page.tags or page.category or page.keywords %} {% endif %} {% endblock meta_tags_in_head %} {% block content %}