{#
modern/layout.html
~~~~~~~~~~~~~~~~~~
Layout for Modern theme.
:copyright: Copyright 2011-2012 by Vlad Riscutia and contributors (see
CONTRIBUTORS file)
:license: FreeBSD, see LICENSE file
#}
{% extends "tinkerbase/layout.html" %}
{% block extrahead %}
{{ super() }}
{# Adjusts document height if sidebar is taller #}
{% endblock %}