posted on {{ meta._date.strftime("%d/%m/%Y %H:%M") }}
{% if meta.tags %}
| tags: {% for t in meta.tags %}
{{ t }} {% endfor %}
{% endif %}
{% if blog.plusone_button %}
{% endif %}
{{ body|safe() }}
{% if blog.disqus_shortname %}
blog comments powered by
{% endif %}
{% endblock %}