aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-28 17:17:34 +0100
committerVG <vg@devys.org>2014-11-28 17:17:34 +0100
commitea7170f068785f2fbe7e6857a94792e0483f9a6e (patch)
tree9331a129386aeb26c4dc19da9126b8ee76a8e165 /views
parent3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf (diff)
downloadpasteme-ea7170f068785f2fbe7e6857a94792e0483f9a6e.tar.gz
pasteme-ea7170f068785f2fbe7e6857a94792e0483f9a6e.tar.bz2
pasteme-ea7170f068785f2fbe7e6857a94792e0483f9a6e.zip
Add automatic coloring of text with pygments
Diffstat (limited to 'views')
-rw-r--r--views/paste.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/paste.tpl b/views/paste.tpl
index 99fad8c..814cccf 100644
--- a/views/paste.tpl
+++ b/views/paste.tpl
@@ -1,8 +1,9 @@
<html>
<head>
<title>Paste snippets</title>
+<link rel="stylesheet" href="/static/pygments.css" />
</head>
<body>
-{{content}}
+{{!content}}
</body>
</html>