{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% block content %}
{{- breadcrumbs() }}

{{ page_title }}

{% for newsitem in news %}
{{ newsitem.title }} {% if current_user.is_staff -%} {{ _('Edit') }} {%- endif %}
{% endfor %}
{{- breadcrumbs() }}
{% endblock %}