{% extends 'base.html' %} {% block title %} All builds - Toaster {% endblock %} {% block pagecontent %}
{# TODO need to pass this data to context #} {#% include 'mrb_section.html' %#} {% url 'builds' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}