aboutsummaryrefslogtreecommitdiffstats
path: root/views/paste.tpl
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-28 16:45:09 +0100
committerVG <vg@devys.org>2014-11-28 16:45:09 +0100
commit3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf (patch)
treee2bb3fd3545d226f29b1f9b851dff910803db580 /views/paste.tpl
parent753f1d95913915f62d3f18c1075ff1ff08db20eb (diff)
downloadpasteme-3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf.tar.gz
pasteme-3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf.tar.bz2
pasteme-3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf.zip
Add paste save and restore
Diffstat (limited to 'views/paste.tpl')
-rw-r--r--views/paste.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/paste.tpl b/views/paste.tpl
new file mode 100644
index 0000000..99fad8c
--- /dev/null
+++ b/views/paste.tpl
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>Paste snippets</title>
+</head>
+<body>
+{{content}}
+</body>
+</html>