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