15 lines
No EOL
444 B
HTML
15 lines
No EOL
444 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{.Key}}</title>
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, user-scalable=no, initial-scale=1.0"
|
|
name="viewport">
|
|
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
|
<title>Plak {{.Key}}• Plakken</title>
|
|
<link href="/static/style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<pre><code>{{.Content}}</code></pre>
|
|
</body>
|
|
</html> |