Created
October 16, 2018 21:28
-
-
Save Stephanevg/3a540ac7a83a4cff6818b6ee3577a304 to your computer and use it in GitHub Desktop.
templating.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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