---
title: Nested layouts
slug: layout/nested
path: ../
---
{% extends "layouts/default.html" %}
{% block page %}
{{ title }}
{% markdown %}
> You can create complex pages with multiple sidebars by nesting as many layouts as needed.
{% endmarkdown %}
{% include 'code/layout/nested.html' %}
{% endblock %}