tech-ingolf-wagner-de/themes/first/layouts/_default/single.html
2018-06-18 09:02:01 +02:00

10 lines
120 B
HTML

<html>
<head> <title> {{ .Title }} </title> </head>
<body>
<h1> {{ .Title }} </h1>
{{ .Content }}
</body>
</html>