glaciers-in-archives/snowman

View on GitHub
cmd/scaffold/templates/static.html

Summary

Maintainability
Test Coverage
{{ template "base" . }}

{{ define "title" }}Static page{{ end }}

{{ define "content" }}
<h1>This is a static page.</h1>
<p>This page was generated with Snowman's template system but does not depend on any SPARQL queries.</p>
{{ end }}