{% extends 'layouts/public.html' %} {% load static %} {% block title %}Notícias{% endblock title %} {% block content %}

{{ news.title }}

{% if news.image %} {{ news.title }} {% endif %}
{{ news.content|safe }}

Autor: {{ news.author.username }} | Publicado em: {{ news.pub_date|date:"d/m/Y H:i" }}

{% endblock content %}