{% extends 'base.html' %} {% load commonmark %} {% block title %} News | {{ block.super }} {% endblock %} {% block content %} {% if request.resolver_match.kwargs.archived %} Showing archived news items. Show regular news items {% endif %} {% for item in news_items %}