diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-17 15:59:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-17 15:59:30 +0200 |
| commit | da7e4514cfdbe52e8f1ef6aadd54c401e2b849f5 (patch) | |
| tree | 86658a61d347ea171a0aa7be24fdb36769ba373c /templates/index.html | |
| parent | 20f3e7c7465cd899b46204d4f07460543e7cb5cc (diff) | |
Use zola
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..be0db07 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +{{ section.content | safe }} +{% endblock %} |