{{ entry.title }}
{{ entry.publication_date }}
Authors
{% for author in entry.published_authors %}
-
{{ author }}
{% endfor %}
Illustrators
Categories
{% for category in entry.published_categories %}
-
{{ category }}
{% endfor %}
Tags
{% for tag in entry.published_tags %}
-
{{ tag }}
{% endfor %}
Related articles
{% for article in entry.published_related %}
{{ article }}
{% endfor %}
Main image
{{ entry.main_image.image }}::{{ entry.main_image.alt }}
{% endblock content %}