{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}data-layout-position="scrollable"{% endblock html_attribute %} {% block title %}Scrollable Layout{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Scrollable' %}
To enable full scrolling and view all content, please add data-layout-position="scrollable" to the <html> tag.
{% endblock page_content %}