Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Created October 16, 2018 21:43
Show Gist options
  • Select an option

  • Save Stephanevg/186bcd2b8e108d92afc39ac6fc6ca72a to your computer and use it in GitHub Desktop.

Select an option

Save Stephanevg/186bcd2b8e108d92afc39ac6fc6ca72a to your computer and use it in GitHub Desktop.
templates.html
<header>
<h1>This is an example generated using PSHTML Templates</h1>
</header>
<body>
<h2>This comes from a template file</h2>
</body>
<footer>
<div>
<h4>This is the footer from a template</h4>
</div>
</footer>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment