www_tf_demo/templates/layouts/portfolio.html
sasha-astiadi ccc4ce97ab edit
2024-05-31 03:55:06 +03:00

13 lines
287 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
{% include "partials/portfolio.html" %}
<div>
{% set page = get_page(path="ventures/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}