templates/layout.html
{{define "layout"}}
<!doctype html>
<html>
<head>
<!-- a j3s.sh production -->
<meta charset="utf-8">
<title>{{template "title"}}</title>
</head>
<body>
<h1><a href="/">😱</a> existentialcrisis.sh</h1>
<p><a href="/api.html">api</a> <a href="/features.html">features</a> <a href="/pricing.html">pricing</a> <a href="/why.html">WHY??</a></p>
{{template "body"}}
</body>
</html>
{{end}}