goblin/templates/paste.html
2023-09-07 22:10:15 +03:00

10 lines
122 B
HTML

<!doctype html>
<html>
<head>
<title>Paste</title>
</head>
<body>
<pre>{{.Content}}</pre>
</body>
</html>