{% extends "layout.html" %} {% block title %}OVERWATCH Trending{% endblock %} {% block drawer %} {% include "trendingDrawer.html" %} {% endblock %} {% block mainContent %} {% with title=self.title() %} {% include "trendingMainContent.html" %} {% endwith %} {% endblock %}