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/index.html
2022-08-11 12:27:46 +03:00

9 lines
240 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="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}