summaryrefslogtreecommitdiff
path: root/contrib/twirllib/test/resources/hello-world-inclusive-dot/core/views/hello.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/twirllib/test/resources/hello-world-inclusive-dot/core/views/hello.scala.html')
-rw-r--r--contrib/twirllib/test/resources/hello-world-inclusive-dot/core/views/hello.scala.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/twirllib/test/resources/hello-world-inclusive-dot/core/views/hello.scala.html b/contrib/twirllib/test/resources/hello-world-inclusive-dot/core/views/hello.scala.html
new file mode 100644
index 00000000..16053d72
--- /dev/null
+++ b/contrib/twirllib/test/resources/hello-world-inclusive-dot/core/views/hello.scala.html
@@ -0,0 +1,8 @@
+@this(title: String)
+@wrapper {
+ <html>
+ <body>
+ <h1>@title</h1>
+ </body>
+ </html>
+} \ No newline at end of file