mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
14 lines
360 B
HTML
14 lines
360 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="/" />
|
|
<meta charset="UTF-8" />
|
|
<link rel="stylesheet" type="text/css" href="static/main.css" />
|
|
<script type="text/javascript" src="static/main.min.js"></script>
|
|
<title>{{copy .Page .Content "title"}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{copy .Page .Content "headline"}}</h1>
|
|
</body>
|
|
</html>
|