{{ article.title }}
{{ article.content|safe }}
{% if DISQUS_SITENAME %}
{% if SITEURL %}
{% endif %}
{% endif %}
{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block twittercard %} {% if article.cover_image %} {% elif GRAVATAR %} {% elif LOGO %} {% endif %} {% endblock twittercard %} {% block ogtags %} {% if article.cover_image %} {% endif %} {% endblock ogtags %} {% block content %}