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