diff options
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> |