{#
minimal/layout.html
~~~~~~~~~~~~~~~~~~~
Layout for Minimal5 theme.
:copyright: Copyright 2011-2014 by Vlad Riscutia and contributors (see
CONTRIBUTORS file)
:license: FreeBSD, see LICENSE file
#}
{% extends "boilerplate/layout.html" %}
{%- block header -%}
{# Move navigation above the header #}
{{ super() }}
{%- endblock -%}
{%- block navigation -%}
{%- endblock -%}