{% extends "site_base.html" %} {% load thumbnail %} {% load i18n %} {% block "content" %}

{{ mypost.title|safe }}

{% thumbnail mypost.image "800x800" as mainimg %} {% thumbnail mypost.image "700x300" crop="top" as im %}{{ foto }}{% endthumbnail %} {% endthumbnail %} {{ mypost.text|safe }} {# Tagcloud #}
{% for tag in mypost.get_tags %} {{tag}} {% endfor %}
{# Comments #} {% if comments %} {% endif %} {% load disqus_tags %} {% set_disqus_identifier mypost.id %} {% set_disqus_url current_site mypost.get_absolute_url %} {% set_disqus_title mypost.title %} {% disqus_show_comments %}
{% endblock "content" %}