mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
Switched to Shifu.
This commit is contained in:
13
tpl/main.html
Normal file
13
tpl/main.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user