summaryrefslogtreecommitdiff
path: root/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2018-09-03 13:01:07 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-02-14 17:45:16 +0100
commitdfa29d5e1496a8e28519598dcab16ab77c8489ae (patch)
treeca00e15cf5a7c428b5e4ea906101c9bfe2dc0a33 /contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
parent7dba8cb31d929b56c65d66e579352f8bd83ff9ce (diff)
downloadmill-dfa29d5e1496a8e28519598dcab16ab77c8489ae.tar.gz
mill-dfa29d5e1496a8e28519598dcab16ab77c8489ae.tar.bz2
mill-dfa29d5e1496a8e28519598dcab16ab77c8489ae.zip
Keep twirllib module
Diffstat (limited to 'contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html')
-rw-r--r--contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
new file mode 100644
index 00000000..3603fe07
--- /dev/null
+++ b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
@@ -0,0 +1,6 @@
+@this(title: String)
+<html>
+ <body>
+ <h1>@title</h1>
+ </body>
+</html> \ No newline at end of file