{{ post.title }}
{% if post.tags %} {% endif %}{{ mkdown2html(post.content) | safe }}
{% if current_user.is_authenticated and (current_user.tipo == 'admin' or post.author_id ==
current_user.usuario) %}
{% endif %}
{% if current_user.usuario != comment.user_id %}-
{% endif %} {% if current_user.tipo == 'admin' or post.author_id ==
current_user.usuario %}
-
-
{% endif %}