Skip to content

Instantly share code, notes, and snippets.

@idmontie
Created February 28, 2015 14:59
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 idmontie/f4b0c41a5db4864d6780 to your computer and use it in GitHub Desktop.
Save idmontie/f4b0c41a5db4864d6780 to your computer and use it in GitHub Desktop.
{{! base-template.handlebars }}
<html>
<head>
<title>{{title}}</title>
</head>
<body>
{{#content}}
</body>
</html>
{{! user-profile-template.handlebars }}
<main>
<h1>User Profile</h1>
<p>Hello, {{name}}
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment