{{ name }}

{{ type }}

{% for key, value in content.items() %}
{{ value.render() }}
{% endfor %}
{% if bottom is not none %} {{ bottom.render() }} {% endif %}