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/contact.html
sasha-astiadi 7661b363cc
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run
edit contact page
2024-11-05 12:29:28 +01:00

15 lines
286 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="contact/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/contact.html" %}
{% endblock content %}