www_ourverse.tf/templates/index.html

9 lines
249 B
HTML
Raw Normal View History

2022-11-15 11:11:07 +00:00
{% extends "_default/base.html" %}
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
2023-07-20 07:47:55 +00:00
<div class="">
2022-11-15 11:11:07 +00:00
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}