Skip to content

Instantly share code, notes, and snippets.

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

  • Save Stephanevg/3a540ac7a83a4cff6818b6ee3577a304 to your computer and use it in GitHub Desktop.

Select an option

Save Stephanevg/3a540ac7a83a4cff6818b6ee3577a304 to your computer and use it in GitHub Desktop.
templating.ps1
html{
Header{
h1 "This is an example generated using PSHTML Templates"
}
Body{
include -name Body
}
Footer{
Include -Name Footer
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment