---
title: Layout
slug: layout/index
path: ../
---
{% extends "layouts/default.html" %}
{% block page %}
{{ title }}
{% markdown %}
> At minimum, the following structure is required:
- `html` tags require the `.bootstrap-layout` class
- a layout container wrapper with the `.layout-container` class (also works when applied to `body`)
- a layout content wrapper with the `.layout-content` class and the `data-scrollable` attribute to enable a scrollable area
{% endmarkdown %}
{% include 'code/layout-basic.html' %}
{% endblock %}