aboutsummaryrefslogtreecommitdiffstats
path: root/views/base.tpl
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-29 00:03:28 +0100
committerVG <vg@devys.org>2014-11-29 00:03:28 +0100
commit8abf1c607aa41886992496adf58dd8debd1d0a2e (patch)
treec3afa797958bfc3a782cbfc11979f0e6d46aca21 /views/base.tpl
parenta40fb5c091f33004a250e1128e56dad2701fc054 (diff)
downloadpasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.tar.gz
pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.tar.bz2
pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.zip
Factorize templates base and add background color
Diffstat (limited to 'views/base.tpl')
-rw-r--r--views/base.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/base.tpl b/views/base.tpl
new file mode 100644
index 0000000..f3c3744
--- /dev/null
+++ b/views/base.tpl
@@ -0,0 +1,10 @@
+<html>
+<head>
+ <title>{{title or 'No title'}}</title>
+ <link rel="stylesheet" href="/static/pygments.css" />
+ <link rel="stylesheet" href="/static/base.css" />
+</head>
+<body>
+{{!base}}
+</body>
+</html>