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