{% extends 'blog/base_entradas.html' %} {% load i18n staticfiles %} {% block additional_css %} {% endblock %} {% block content %} {{ block.super }}

#AgendaPrincipia

{{ entry.publication_date|date:"d F" }}

{{ entry.title }}

{% if entry.authors.published %} Por {% for author in entry.authors.published %} {% if not forloop.first %} , {% endif %} {{ author }} {% endfor %} {% endif %}

{{ entry.lead|safe}}
{{ entry.content|safe }}
{% include 'sharing/share_article.html' %}
{% endblock content %}