summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2019-03-15 18:45:47 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2019-03-15 18:45:47 +0100
commitc57494ae405ffbdd8ec45f74ef04ea85895f1bf7 (patch)
treea0b888069205b7d8260c1862d300032a56b6fd30 /templates/base.html
parentc5ebdf4428d9d9aab04cf6085a231ed6ea5bf0ab (diff)
Port application to flask
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/base.html b/templates/base.html
deleted file mode 100644
index 196a03e..0000000
--- a/templates/base.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>{{ title }}</title>
- <link rel="StyleSheet" href="/static/paste.css" type="text/css">
-{% block head %}
-{% endblock %}
- </head>
- <body>
- <div id="page">
- <div id="page-header">
- <h1><a href="/">{{ header }}</a></h1>
- </div>
- <div id="page-content">
-{% block content %}
-{% endblock %}
- </div>
- </div>
- </body>
-</html>