{% extends "base.html" %} {% block content %}
{% if heading %}

{{heading}}

{% endif %}

{% if attributes %}

{% if attributes['date'] %} {% endif %} {% if attributes['author'] %} {{attributes['author']}} {% endif %} permalink.

{% if attributes['summary'] %}

{{attributes['summary']}}

{% endif %}
{% endif %}
{% if contexto['ultima_modificacion'] %} Actualizado - {{ contexto['ultima_modificacion'] }} {% endif %}
{% if categorias %}
{% for cat in categorias %} #{{ cat }} {% endfor %}
{% endif %} {{contents}}
{% endblock %}