{% extends "base.html" %} {% block head %} {{ super() }} {% if page.description %} {% endif %} {% for tag in page.tags %} {% endfor %} {% endblock %} {% block twittercard %} {% if page.cover_image %} {% elif GRAVATAR %} {% elif LOGO %} {% endif %} {% endblock twittercard %} {% block ogtags %} {% if page.cover_image %} {% endif %} {% endblock ogtags %} {% block content %}
{% if page.date %}

{% endif %}

{{ page.title }}

{{ page.content|safe }}
{% if DISQUS_SITENAME %}
{% if SITEURL %} {% endif %} {% endif %}
{% endblock content %}