mirror of
https://github.com/NotAShelf/goblin.git
synced 2024-11-01 19:11:16 +00:00
10 lines
122 B
HTML
10 lines
122 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Paste</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<pre>{{.Content}}</pre>
|
||
|
</body>
|
||
|
</html>
|