{% extends 'base.html' %} {% block title %}{{ article.title|striptags }} // {{ super() }}{% endblock title %} {% block head_css %} {% endblock %} {% block head_js %} {% endblock %} {% block content %}
{% if article.author_gravatar %} {{ article.author }} {% endif %} {{ article.about_author }}
Published

{{ article.locale_date }}

←Home

{{ article.title }}

{{ article.content }}
Go Top {% if DISQUS_SITENAME %} {% include 'disqus.html' %} {% endif %} {% include 'footer.html' %}
{% endblock %}