This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Brundage | MVP
mrpowershell.com
did:plc:hlchta7bwmobyum375ltycg5
Don't know why I didn't realize this #PowerShell #WebDev #Template trick before....
Just name your variables tags:
~~~PowerShell
${<head>} = "<head><title>Hello World</title></head>"
${<body>} = "<body><h1>Hello World</h1></body>"
"<html>${<head>}${<body>}</html>"
~~~
š¤Æšš
Works since v1
2026-05-25T18:24:25.977Z