Skip to content

Instantly share code, notes, and snippets.

@artemis15
Created September 9, 2019 02:51
Show Gist options
  • Save artemis15/b3dc767b26f5cd0c1228fbf7cbae8420 to your computer and use it in GitHub Desktop.
Save artemis15/b3dc767b26f5cd0c1228fbf7cbae8420 to your computer and use it in GitHub Desktop.
Index template file for HBS Express
<!-- index.hbs file -->
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>{{title}}</title>
</head>
<body>
<p>Go-catcha Express!! (coming from index file)</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment