{% extends 'scipost/base.html' %} {% block pagetitle %}: News{% endblock pagetitle %} {% load staticfiles %} {% block bodysup %} SciPost News {% for item in newsitems %} {{ item.descriptor_full|linebreaks }} {% endfor %} {% endblock bodysup %}