{% extends "layout.html" %}
{% block title %}QA Using HLT Histograms{% endblock %}
{% block drawer %}
{% with hists=hists %}
{% include "qaResultDrawer.html" %}
{% endwith %}
{% endblock %}
{% block mainContent %}
{% with title=self.title() %}
{% include "qaResultMainContent.html" %}
{% endwith %}
{% endblock %}