Files
pyShelf/src/frontend/templates/example.tpl
2023-03-11 19:00:17 -05:00

8 lines
178 B
Smarty
Vendored

<!doctype html>
{% include 'header.html' %}
{% include 'navigation.html' %}
<section id="master">
{{ package.test }}
</section>
{% include 'footer.html' %}