Skip to content

Instantly share code, notes, and snippets.

@VimleshS
Created April 8, 2015 08:03
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 VimleshS/fc1306a784445fcfbbec to your computer and use it in GitHub Desktop.
Save VimleshS/fc1306a784445fcfbbec to your computer and use it in GitHub Desktop.
{{define "layout"}}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{template "title"}}</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
</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