{% extends 'base.html' %} {% block content %}
Vista de artículo

{{ entry.title }}

{{ entry.publication_date }}

Authors

Illustrators

Categories

Tags

Related articles

{% for article in entry.published_related %} {{ article }} {% endfor %}

Main image

{{ entry.main_image.image }}::{{ entry.main_image.alt }}
{% endblock content %}