{% extends "_default/base.html" %} {% block content %} {% include "partials/portfolio.html" %}
{% set page = get_page(path="ventures/index.md") %} {{page.content | safe}}
{% include "partials/quote.html" %} {% endblock content %}