Skip to content

Instantly share code, notes, and snippets.

@sgarza
Created May 24, 2016 21:58
Show Gist options
  • Save sgarza/31b101604cfe7f18bc7fc82b23d59fa5 to your computer and use it in GitHub Desktop.
Save sgarza/31b101604cfe7f18bc7fc82b23d59fa5 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
<!-- webpack -d -->
<script src="/dist/bundle.js"></script>
</head>
<body>
<header>
</header>
<div class="container">
<%= yield %>
</div>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment