{{ news.title }} {% if news.is_new %}New{% endif %}
bob@39:{{ news.content|safe }}
bob@38: {{ news.date }}
bob@38: bob@14: {% extends 'base.html' %} bob@14: {% load core_tags %} bob@14: {% block title %}News{% endblock %} bob@14: bob@14: {% block content %} bob@14: {% navbar 'news' %} bob@14: