diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-12 20:16:25 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-12 20:16:25 -0400 |
| commit | 8b5d0b19659b35b7d2433a25a22d188ecbeecddd (patch) | |
| tree | a44babb5d3f33aeb5e7f23b9456bf68630c3f2e0 /zola-static/templates/main-page.html | |
| parent | 417cbec1bd52c239f28c19b7affcdec693e803fd (diff) | |
styling done
Diffstat (limited to 'zola-static/templates/main-page.html')
| -rw-r--r-- | zola-static/templates/main-page.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zola-static/templates/main-page.html b/zola-static/templates/main-page.html new file mode 100644 index 0000000..8226656 --- /dev/null +++ b/zola-static/templates/main-page.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +{{ page.content | safe }} +{% endblock content %} |
