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

{% if meta.title %}{{ meta.title }}{% else %}#{% endif %}

posted on {{ meta.date.strftime("%d/%m/%Y %H:%M") }} {% if meta.tags %} {% for t in meta.tags %}#{{ t }} {% endfor %} {% endif %}

{{ body|safe() }}
{% endblock %}