{% extends 'base.html'%} {% block title %}VIEW Model{% endblock %} {% block head_postload %} {% endblock %} {% block content %}
{% include 'sandbox_include.html' %}
{% include 'parameter_include.html' %}
{% include 'analysis_include.html' %}
{% endblock %}