{% include 'wrapper/style.html' %}
{% if nav == True %} {% include 'wrapper/navigation.html' %} {% endif %}
{{ body.render() }}
{% include 'wrapper/footer.html' %} {% include 'wrapper/javascript.html' %}