{% extends "base_generic.html" %} {% block lefPanel %}{% include "leftMenuBar.html" %}{% endblock %} {% load app_filters %} {% block dash-title %}{{news.publisher.name}}{% endblock %} {% block dash %}
{{news.title}}
{{news.date}}

{{news.text|highlight:request.GET.text}}

{% endblock %}