{% extends "new/adminLTE2_base.html" %} {% load static %} {% load humanize %} {% load mathfilters %} {% block headMedia %} {% endblock %} {% block leftbar %} {% endblock %} {% load app_filters %} {% block dash-title %}{{news.publisher.name}}{% endblock %} {% block dash %}
{{news.title}}
{{news.date}}
{% if "text" in request.GET and request.GET.text != ""%} {{news.text| safe |highlight:request.GET.text }} {% else %} {{news.text| safe}} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}