webroot/http/!OLD_SITE/Archive/example3.ps1

# You can use ps1 files as templates
# Let's import one of them
@"
$(Write-Host Hello World Example3!)
$(. $HomeDirectory\index.ps1)
"@