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