aboutsummaryrefslogtreecommitdiffstats
path: root/views/root.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/root.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/root.tpl')
-rw-r--r--views/root.tpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/views/root.tpl b/views/root.tpl
index 53c6393..b9acec8 100644
--- a/views/root.tpl
+++ b/views/root.tpl
@@ -1,9 +1,4 @@
-<html>
-<head>
-<title>Paste snippets</title>
-</head>
-<body>
-
+% rebase('base.tpl', title='Paste snippets')
You are on a simple paste deposit service.
Please copy your text on the box below:
@@ -14,6 +9,3 @@ Please copy your text on the box below:
<button for="content">Paste</button>
</form>
-
-</body>
-</html>