Examples/Example12/Example12.ps1

html {
    head {
        title 'Assets Example'
        Write-PSHTMLAsset -Type Script -Name BootStrap
    }
    body {
         h1 'Simple Asset example'
    }
}