{% with height=height|default:"300px" width=width|default:"100%" orientation=orientation|default:"vertical" scrollbar_style=scrollbar_style|default:"auto" %}
{% if content %} {{ content|safe }} {% else %} {% block scroll_content %}

Conteúdo da área de rolagem...

{% endblock %} {% endif %}
{% if orientation == 'vertical' or orientation == 'both' %} {% endif %} {% if orientation == 'horizontal' or orientation == 'both' %} {% endif %} {% if orientation == 'both' %}
{% endif %}
{% endwith %}