{% extends "base.html" %} {% block title %}{{ article.title }} - {{SITENAME}}{% endblock title %} {% block pageheader %}
{% endblock %} {% block content %}
Posted on {{ article.locale_date}}
{{ article.summary }}
{{ article.content }}
{% include 'article_discus.html' %}
{% endblock %}