diff --git a/templates/file.html b/templates/file.html index f5a1be4..842fadb 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% block content %} -
+
{% include 'nav.html' %}

{{file[2]}}

Expires at: {{file[5]|expirein}}

diff --git a/templates/markdown.html b/templates/markdown.html index 5490cbc..6fe83ec 100644 --- a/templates/markdown.html +++ b/templates/markdown.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% block content %} -
+
{% include 'nav.html' %}