{% extends 'scipost/base.html' %} {% block pagetitle %}: News{% endblock pagetitle %} {% load staticfiles %} {% block content %}

SciPost News

{% for item in newsitems %}
{% include 'news/news_card_content.html' with news=item %}
{% endfor %}
{% endblock content %}