diff options
Diffstat (limited to 'views/paste.tpl')
-rw-r--r-- | views/paste.tpl | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/views/paste.tpl b/views/paste.tpl index 814cccf..56902a4 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,9 +1,6 @@ -<html> -<head> -<title>Paste snippets</title> -<link rel="stylesheet" href="/static/pygments.css" /> -</head> -<body> +% rebase('base.tpl', title='Paste snippets') {{!content}} -</body> -</html> +<div id="floatingmenu"> +<a href="/">Paste something again</a><br /> +<a href="/{{pid}}/raw">Raw format</a><br /> +</div> |