{% extends 'Base/base.html' %} {% block body %}

MasterRadio -
0
Luisteraars

{% for row in data.news %}
{{row.title}}
{% endfor %}
{% endblock %}