{% block styles %} {% include 'styles.html' %} {% endblock styles %}
{% from 'globals.html' import globals %} {% from 'accordion-section.html' import accordion_section with context %} {% block content scoped %}

{{ self.page_title() }}

{{ model_description }}

To learn more about the {{ model_name }} model, visit the InVEST User Guide (opens in new browser window).

{% endblock content %}
{% block footer %} {% endblock footer %} {% block scripts %} {% include 'accordion-js.html' %} {% endblock scripts %}