tclip/cmd/web/tmpl/showpaste.tmpl

11 lines
326 B
Cheetah
Raw Normal View History

{{template "header" .}}
<div class="right">{{.PasterDisplayName}} <img style="width:32px;height:32px" src="{{.PasterProfilePicURL}}" /></div>
<pre><code>
{{.Data}}
</code></pre>
<a href="/paste/{{.ID}}">Permalink</a> - <a href="/paste/{{.ID}}/dl">Download</a> - <a href="/paste/{{.ID}}/raw">Raw</a>
{{template "footer" .}}