{% extends 'layouts/public.html' %} {% load static %} {% block title %}Notícias{% endblock title %} {% block content %}
{{ news.summary }}
Autor: {{ news.author.username }}
Publicado em: {{ news.pub_date|date:"d/m/Y H:i" }}
Não há notícias disponíveis no momento.