{% set page = get_page(path="about/index.md") %}
{{page.content | safe}}
{% include "partials/invest.html" %}
{% include "partials/opbenefits.html" %}
{% include "partials/opfeatures.html" %}
{% include "partials/ophow.html" %}
{% include "partials/quote.html" %}
{% endblock content %}