This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ow_freezone/templates/layouts/portfolio.html
2024-09-25 17:27:57 +02:00

15 lines
325 B
HTML

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