summaryrefslogtreecommitdiff
path: root/example/twirl/app/views/hello.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'example/twirl/app/views/hello.scala.html')
-rw-r--r--example/twirl/app/views/hello.scala.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/twirl/app/views/hello.scala.html b/example/twirl/app/views/hello.scala.html
new file mode 100644
index 0000000..604a8f4
--- /dev/null
+++ b/example/twirl/app/views/hello.scala.html
@@ -0,0 +1,7 @@
+@(titleTxt: String)
+<html>
+ <body>
+ <h1>@titleTxt</h1>
+ <p>I am cow</p>
+ </body>
+</html> \ No newline at end of file