Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created January 19, 2016 04:02
Show Gist options
  • Select an option

  • Save IndianGuru/07c076f3229ba7164ddf to your computer and use it in GitHub Desktop.

Select an option

Save IndianGuru/07c076f3229ba7164ddf to your computer and use it in GitHub Desktop.
Defining a template explicitly
{{ define "layout" }}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Go Web Programming</title>
</head>
<body>
{{ template "content" }}
</body>
</html>
{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment