{% extends "base_generic.html" %} {% block lefPanel %}{% include "leftMenuBar.html" %}{% endblock %} {% load app_filters %} {% block dash-title %}{{news.publisher.name}}{% endblock %} {% block dash %}
{{news.text|highlight:request.GET.text}}