{% extends 'base.html' %} {% block title %}Neues{% endblock %} {%block content %}

Neues

{% for post in news_list %}

{{ post.date_updated|date }} - {{ post.title }}

{% if post.image %}{% endif %} {{ post.content_html|safe }} {% endfor %} {% if is_paginated %}

{% for page in paginator.page_range %} {{ page }} {% endfor %}

{% endif %} {% endblock content %}