summaryrefslogtreecommitdiff
path: root/templates/base.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.tmpl')
-rw-r--r--templates/base.tmpl20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/base.tmpl b/templates/base.tmpl
deleted file mode 100644
index 6374752..0000000
--- a/templates/base.tmpl
+++ /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
-#end block
- </head>
- <body>
- <div id="page">
- <div id="page-header">
- <h1><a href="/">$header</a></h1>
- </div>
- <div id="page-content">
-#block content
-#end block
- </div>
- </div>
- </body>
-</html>