Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created September 4, 2015 08:06
Show Gist options
  • Select an option

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

Select an option

Save IndianGuru/a8a8b3d450973573d328 to your computer and use it in GitHub Desktop.
layout.html
{{define "layout"}}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{template "title"}}</title>
<link rel="stylesheet" href="/public/stylesheets/dosasite.css">
</head>
<body>
{{template "body"}}
</body>
</html>
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment