Setup to handle book objects from sqlalchemy.

This commit is contained in:
th3root
2023-03-11 19:00:17 -05:00
parent 1e975405c8
commit b9b34831b6
10 changed files with 118 additions and 23 deletions

7
src/frontend/templates/example.tpl vendored Normal file
View File

@@ -0,0 +1,7 @@
<!doctype html>
{% include 'header.html' %}
{% include 'navigation.html' %}
<section id="master">
{{ package.test }}
</section>
{% include 'footer.html' %}