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>
|
||||
<head>
|
||||
<title>pyShelf Content Server</title>
|
||||
<link href="{{ url_for('static', path='/styles.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>ID: {{ id }}</h1>
|
||||
</body>
|
||||
</html>
|
||||
<!doctype html>
|
||||
{% include 'header.html' %}
|
||||
{% include 'navigation.html' %}
|
||||
<section>
|
||||
{{ package.test }}
|
||||
</section>
|
||||
{% include 'footer.html' %}
|
||||
|
||||
Reference in New Issue
Block a user