mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Refactored index template to use template includes.
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
<html>
|
<!doctype html>
|
||||||
<head>
|
{% include 'header.html' %}
|
||||||
<title>pyShelf Content Server</title>
|
{% include 'navigation.html' %}
|
||||||
<link href="{{ url_for('static', path='/styles.css') }}" rel="stylesheet">
|
<section>
|
||||||
</head>
|
{{ package.test }}
|
||||||
<body>
|
</section>
|
||||||
<h1>ID: {{ id }}</h1>
|
{% include 'footer.html' %}
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user