add missing files

This commit is contained in:
sasha-astiadi
2023-12-15 21:12:07 +01:00
parent 2f185faaa0
commit 2e5bd0a29f
130 changed files with 7097 additions and 6 deletions

9
templates/index.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
<div class="">
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}