summaryrefslogtreecommitdiff
path: root/templates/view.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/view.tmpl')
-rw-r--r--templates/view.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/view.tmpl b/templates/view.tmpl
index 445a1ad..a23c36e 100644
--- a/templates/view.tmpl
+++ b/templates/view.tmpl
@@ -18,6 +18,12 @@
<a href="/raw/$hash">Download as plain text</a>
#end if
</div>
+#if $rendered
+ <div class="paste-rendered">
+#end if
$text
+#if $rendered
+ </div>
+#end if
</div>
#end def