{% extends "base.html" %} {% block content %}

Methodology

{% for section in content %}

{{ section.title }}

{% if section.description %}

{{ section.description }}

{% endif %} {% if section.link %} Explore {{ section.title }} {% endif %} {% if section.content %}
{{ section.content }}
{% endif %} {% if section.resources %}

Resources

{% endif %}

{% endfor %} {% endblock %}