samhuri.net/Tests/test-markdown/in/templates/page.html

10 lines
165 B
HTML

<!doctype html>
<html>
<head>
<title>{{ site.title }}</title>
</head>
<body>
<h1><a href="{{ site.url }}">{{ site.title }}</a></h1>
{{ body }}
</body>
</html>