{% extends "blog/layout.jinja" %} {% block page_title %} {{ super() }} | {{ item.title }} {% endblock %} {% block menu %}
Blog
{% if item.status() == 'Published' %} {% if page.number > 1 %} {% else %} {% endif %} {% endif %} {% endblock %} {% block content %}

{{ item.title }}

{# {{ item.author.first_name }}  #} {% if config.DISQUS_SHORTNAME %}   0 Comments {% endif %} {#   Tags #}
{{ item.content|safe }}
{% if config.TWITTER_SHARE == "y" %}
{% endif %} {% if config.DISQUS_SHORTNAME %}
{% endif %}
{% endblock %} {% block footer %} {{ super() }} {% if config.DISQUS_SHORTNAME %} {% from '_macros.jinja' import disqus with context %} {{ disqus() }} {% endif %} {% endblock %}