Skip to content

Instantly share code, notes, and snippets.

@jlindsey
Created October 26, 2018 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlindsey/08465ea946063a9c8597fdd80a1a947a to your computer and use it in GitHub Desktop.
Save jlindsey/08465ea946063a9c8597fdd80a1a947a to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head><title>Arts!</title></head>
<body>
<h1>Some content</h1>
<p>Goes here</p>
{{template "content"}}
</body>
</html>
{{define "content"}}
<h2>Some extra content</h2>
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment