{% extends 'newsfeed/base.html' %} {% load static %} {% block head_title %}Issue #{{ latest_issue.issue_number }}{% endblock %} {% block content %}
{{ latest_issue.short_description }}
publish date: {{ latest_issue.publish_date|date:"D d M Y" }} {% include 'newsfeed/issue_posts.html' with posts=post_list %} {% endblock %}