{% extends 'html/master.html' %} {% block styles %} {{ super() }} {% endblock %} {% block body %} {% include "html/header/master.html" %}
{% include "html/master/base.html" %} {% include "html/master/profile-reviews.html" %}
{% include "html/master/controls.html" %}
{% include "html/footer/master.html" %} {% endblock %} {% block javascripts %} {{ super() }} {% endblock %}