{% extends 'core/base/base.html' %} {% load static %} {% block content %}
{% for widget in widgets %}
{{ widget.title }}
{{ widget.html|safe }}
{% endfor %}
{% endblock %}