{% extends 'rw:html5' %} {% block head %} {{ super() }} {% endblock %} {% block body %} {% include "_top_navbar.html" %}
{% include "_nav.html" %}
{% include "_breadcrumbs.html" %} {% block content %} {% endblock %}
{% endblock %}