summaryrefslogtreecommitdiff
path: root/contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html')
-rw-r--r--contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html b/contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html
new file mode 100644
index 00000000..af1f5d8e
--- /dev/null
+++ b/contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html
@@ -0,0 +1,5 @@
+@(content: Html)
+
+@defining("test") { className =>
+ <div class="@className">@content</div>
+} \ No newline at end of file