Examples/Example4.1/Templates/Footer.ps1

Footer{
    
    div {
        h4 "This is the footer from a template"
        p{
            "CopyRight from template"
        }
    }
}