All Downloads are FREE. Search and download functionalities are using the official Maven repository.

radle-git-changelog.0.2.0.source-code.html-template.tpl Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
yieldUnescaped ''
html {
    head {
        meta('http-equiv':'"Content-Type" content="text/html; charset=utf-8"')
        title("$title")
    }

    body {
        h1("$title")

        div {
            headingsToCommitMap.each { k, v ->
                if (k != "None") {
                    fragment "h2(title)", title: k
                }
                v.each {
                    fragment "li(commit)", commit: it
                }
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy