This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
www_ourworld_tf_archive/templates/layouts/ourpass.html
sasha-astiadi d67e17274e edit
2024-06-21 14:04:09 +02:00

25 lines
443 B
HTML

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