Files
www_ow_freezone/templates/index.html
sasha-astiadi b705ded36b
Some checks failed
www2.ourworld.tf / Deploy (push) Has been cancelled
edit
2025-09-10 15:43:42 +02:00

26 lines
507 B
HTML

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