Files
marvinblum/tpl/main.html
2024-05-28 16:12:14 +02:00

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>