{% extends "layout.html" %} {% block title %} {{ run.prettyName }} {{ subsystem }} ROOT Files {% endblock %} {% block mainContent %} {% with run=run, title=self.title() %} {% include "rootFilesMainContent.html" %} {% endwith %} {% endblock %}