{% extends "htmleditor/newsarticle_base.html" %} {% load static htmleditor_tags %} {% block title %}{{ block.super }} | {{ title|default:'News' }}{% endblock %} {% block article %} {% if object_list %}
No News Articles found.
{% endif %} {% endblock %}