diff --git a/templates/base_template.html b/templates/base_template.html index a30d304..0ac0b92 100644 --- a/templates/base_template.html +++ b/templates/base_template.html @@ -1,26 +1,61 @@ - + {% block title %} - {{ page_title }}{% endblock %} + + + + + - - - - - - + + + + + + + + + + +
@@ -63,13 +98,12 @@
- + - - + diff --git a/templates/navigation.html b/templates/navigation.html index 3ea9825..f27dad0 100644 --- a/templates/navigation.html +++ b/templates/navigation.html @@ -25,7 +25,7 @@
{% for favorite in data.favorites %}
- + {{ favorite.name }}

{{ favorite.path }}: {{ favorite.description }}