From ff45d24103684342a47ec2ed42565356a116f18d Mon Sep 17 00:00:00 2001 From: Iurii Malchenko Date: Fri, 2 Nov 2018 09:30:52 +0200 Subject: improving twirl (#473) * improving twirl support: default imports, better `compileTwirl().classes` value * twirl module doc edits --- .../test/resources/hello-world/core/views/wrapper.scala.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/twirllib/test/resources/hello-world/core/views/wrapper.scala.html (limited to 'contrib/twirllib/test/resources/hello-world') 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 => +
@content
+} \ No newline at end of file -- cgit v1.2.3