Skip to content

Instantly share code, notes, and snippets.

@shobhitchittora
Created November 23, 2015 10:10
Show Gist options
  • Save shobhitchittora/8431e7089318f4221b6e to your computer and use it in GitHub Desktop.
Save shobhitchittora/8431e7089318f4221b6e to your computer and use it in GitHub Desktop.
HTML template for go
<!doctype html>
<html>
<body>
{{yield}}
<canvas id="myChart" width="400" height="400"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment