{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block description %}{{ article.summary }}{% endblock %} {% block content %}
{% if SHARE %}
{% endif %}

{{ article.title }}

{% if SHARE %} Share Tweet Share {% endif %}

{{ article.summary|striptags }}

{{ article.content }}
{% if DISQUS_SITENAME %}
comments powered by Disqus {% endif %}
{% endblock %}