This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{ block "title" . }}Handmade Network{{ end }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
{{ block "content" . }}{{ end }}
|
|
{{ template "footer.html" . }}
|
|
</body>
|
|
|
|
</html>
|