glaciers-in-archives/snowman

View on GitHub
examples/wikidata/templates/work.html

Summary

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

{{ define "title" }}{{ .workLabel }}{{ end }}

{{ define "content" }}
<h1>{{ .workLabel }}</h1>
{{ end }}