diff options
author | VG <vg@devys.org> | 2014-11-28 17:17:34 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-28 17:17:34 +0100 |
commit | ea7170f068785f2fbe7e6857a94792e0483f9a6e (patch) | |
tree | 9331a129386aeb26c4dc19da9126b8ee76a8e165 /views/paste.tpl | |
parent | 3622c92f6c03ef21ea0fbb9a9e75598d2b2581cf (diff) | |
download | pasteme-ea7170f068785f2fbe7e6857a94792e0483f9a6e.tar.gz pasteme-ea7170f068785f2fbe7e6857a94792e0483f9a6e.tar.bz2 pasteme-ea7170f068785f2fbe7e6857a94792e0483f9a6e.zip |
Add automatic coloring of text with pygments
Diffstat (limited to 'views/paste.tpl')
-rw-r--r-- | views/paste.tpl | 3 |
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> |