{%extends "bootstrap/base.html" %} {% block title %} Boulder Amplifiers {% endblock %} {%block styles %} {{super()}} {% endblock %} {%block body %}
Main Page Options Setup Boulder Net
{% include "boulder_net.html" %}
{% include "setup.html" %}
{% include "options.html" %}
{% include "main.html" %}
{% endblock %}
{% block content%} {% endblock %}