{% extends 'base.html' %} {% load static %} {% block title %} {{ news_item.headline }} {% endblock %} {% block content %}
Published on {{ news_item.updated_at|date:"F j, Y" }}