{% extends 'private_template.html' %} {% load static %} {% block titulo %}Makarios | Notícias{% endblock %} {% block header %} {% include 'private_header.html' %} {% endblock %} {% block content %}
Nova Notícia
{% include "tabela.html" with itens=noticias %}
{% include "tabela.html" with itens=noticias_publicadas %}
{% include "tabela.html" with itens=noticias_rascunho %}
{% endblock %}