pastebin/templates/view.html

11 lines
101 B
HTML
Raw Normal View History

2017-07-03 06:42:34 +00:00
<html>
<head>
<title>pastebin</title>
</head>
<body>
<pre>{{.Blob}}</pre>
</body>
</html>