aboutsummaryrefslogtreecommitdiff
path: root/data/templates/base.htm
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/base.htm')
-rw-r--r--data/templates/base.htm17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
new file mode 100644
index 0000000..f406f00
--- /dev/null
+++ b/data/templates/base.htm
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <!--<link rel="stylesheet" href="phorkie.css" />-->
+ <title>{% block title %}{% endblock %} - Phorkie</title>
+ </head>
+ <body>
+ <nav>
+ <ul>
+ <a href="/">New paste</a>
+ <a href="/list">List all</a>
+ <a href="/search">Search</a>
+ </ul>
+ </nav>
+ <article>{% block content %}{% endblock %}</article>
+ </body>
+</html> \ No newline at end of file