{% extends "torina_blog/base.html" %} {% block content %}

{{ post.title }}

{% if post.is_html %} {{ post.text | safe}} {% else %} {{ post.text | urlize | linebreaksbr }} {% endif %}
{% include "torina_blog/latest_post.html" %}     
{% endblock %}