{{ widgets.before_content | safe }}
{% endif %}
{% block content %}{% endblock %}
{% if widgets and widgets.after_content %}
{{ widgets.after_content | safe }}
{% endif %}