mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Setup to handle book objects from sqlalchemy.
This commit is contained in:
7
src/frontend/templates/example.tpl
vendored
Normal file
7
src/frontend/templates/example.tpl
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<!doctype html>
|
||||
{% include 'header.html' %}
|
||||
{% include 'navigation.html' %}
|
||||
<section id="master">
|
||||
{{ package.test }}
|
||||
</section>
|
||||
{% include 'footer.html' %}
|
||||
Reference in New Issue
Block a user