summaryrefslogtreecommitdiff
path: root/twirllib/test/resources/hello-world/core/views/hello.scala.html
blob: acadf615062e7288f3153765864ad5f462ca03cd (plain) (blame)
1
2
3
4
5
6
@(title: String)
<html>
    <body>
        <h1>@title</h1>
    </body>
</html>