goblin/templates/paste.html

10 lines
122 B
HTML
Raw Normal View History

2023-09-07 18:06:26 +00:00
<!doctype html>
<html>
<head>
<title>Paste</title>
</head>
<body>
<pre>{{.Content}}</pre>
</body>
</html>