blob: 7ac5dd1a33fe3d7b2a11ef1475cc702f9c79cb4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype HTML>
<html>
<head>
{{ include "/include/head.html" }}
</head>
<body>
<nav>
<ol>
<li><a href="/">Home</a></li>
<li><a href="/content/1-hello-blog">Hello, Blog</a></li>
</ol>
</nav>
<h1>Blogsite</h1>
<p>Welcome to martin's next blogsite PoC</p>
<p>Read my <a href="/content/1-hello-blog">content</a></p>
</body>
</html>
|