--- title: Nested Layouts slug: layout/nested path: ../ --- {% extends "layouts/default.html" %} {% block page %}

{{ title }}

{% markdown %} > You can nest as many layouts as needed to create more complex pages with multiple sidebars, etc: {% endmarkdown %}
{% include 'code/layout-nested.html' %}
{% endblock %}