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