small pixel drawing of a pufferfish existentialcrisis.sh

templates/layout.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{{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}}