Style template

A style template can be used to generate CSS, TLang formatters, or Charts with Dot Language.

Style structure

style [css] myTemplate() {

    p {
        font-family: verdana;
        font-size: 20px;
    }

}

Include

style [css] myTemplate() {

    p {
        font-family: verdana;
        font-size: 20px;
    }

    <[anotherTemplate()]>

}

Data types