{{ title }}
{{ date }}
{% for item in news_items[:20] %}
{{ item.title }}
{% if item.description %}
{{ item.description }}
{% endif %}
{% endfor %}