{% extends widgy.owner.base_template|default:"layout_base.html" %} {% load widgy_tags %} {% block content %}
{# I had to overwrite the h1 #}

{{ widgy.owner.title }}

{% render self.get_children.0 %}
{% endblock %}