{% extends "base.html" %} {% block page_title %} {{ blog.title }} | {{ meta.title}} {% endblock page_title %} {% block page_meta %} {% endblock page_meta %} {% block content %}

{{ meta.title }}

{% if meta.tags %} {% endif %} {% if blog.plusone_button %}
{% endif %}
{{ body|safe() }}
{% if blog.disqus_shortname %}
blog comments powered by Disqus {% endif %}
{% endblock %}