Skip to content

Instantly share code, notes, and snippets.

@LuisOsta
Created January 26, 2019 04:01
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 LuisOsta/ad876045413093f26d150793970d19ba to your computer and use it in GitHub Desktop.
Save LuisOsta/ad876045413093f26d150793970d19ba to your computer and use it in GitHub Desktop.
Refactored Home File
<!DOCTYPE html>
<html lang="en">
<head>
<title>Handlebars Project</title>
<meta name="description" content="This is a meta description tag" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
</head>
<body>
{{!-- --}}
{{> header}}
<section>
<h1 class="title">Hello World</h1>
<h3 class="subtitle">
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration.</p>
<p>Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache
with Handlebars and continue using your current templates. Complete details can be found</p>
</h2>
</section>
{{!-- --}}
{{> footer}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment