summaryrefslogblamecommitdiff
path: root/contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html
blob: af1f5d8e0032afbafa19ea29476a1993bcb3e1cd (plain) (tree)
1
2
3
4
5




                                          
@(content: Html)

@defining("test") { className =>
    <div class="@className">@content</div>
}