Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created September 26, 2016 22:15
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 ishu3101/958a289f1b3a55b4f5ed0d3540b914ac to your computer and use it in GitHub Desktop.
Save ishu3101/958a289f1b3a55b4f5ed0d3540b914ac to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Using Layout, Partials with Handlebars Template</title>
</head>
<body>
<p>This is the top of the body content in the default.html file</p>
<p>This is the bottom of the body content in the default.html file</p>
<h1>This is a header</h1>
<p>This is some other content</p>
<p>This is a footer</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment