mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
8 lines
178 B
Smarty
Vendored
8 lines
178 B
Smarty
Vendored
<!doctype html>
|
|
{% include 'header.html' %}
|
|
{% include 'navigation.html' %}
|
|
<section id="master">
|
|
{{ package.test }}
|
|
</section>
|
|
{% include 'footer.html' %}
|