pastebin/templates/view.html
2017-07-02 23:42:34 -07:00

11 lines
101 B
HTML

<html>
<head>
<title>pastebin</title>
</head>
<body>
<pre>{{.Blob}}</pre>
</body>
</html>