{% extends "base_2col.html" %} {% block sectionid %}news{% endblock %} {% block title %}News Items{% endblock %} {% block billboard %}News Items{% endblock %} {% block content-related %} {% if all_news_items %}
No news items
{% endif %} {% endblock %} {% block content %} {% if all_news_items %}No news items
{% endif %} {% endblock %}