This commit is contained in:
sasha-astiadi
2024-05-31 03:55:06 +03:00
parent 15cac094f3
commit ccc4ce97ab
18 changed files with 296 additions and 218 deletions

View File

@@ -0,0 +1,13 @@
{% 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 %}