bob@14: {% extends 'base.html' %} bob@14: {% load core_tags %} bob@14: {% block title %}News{% endblock %} bob@14: bob@14: {% block custom_css %} bob@14: bob@14: {% endblock %} bob@14: {% block custom_js %} bob@14: bob@14: bob@14: bob@14: {% endblock %} bob@14: bob@14: {% block content %} bob@14: {% navbar 'news' %} bob@14:

News

bob@14:
bob@14: {% for news in object_list %} bob@23:
bob@23:

{{ news.title }} {% if news.is_new %}New{% endif %}

bob@23:
bob@14:
{{ news.content|linebreaksbr }}
bob@23:

{{news.date}}

bob@23:
bob@14:

bob@14: {% endfor %} bob@14:

bob@14: bob@14: {% endblock %}