summaryrefslogtreecommitdiff
path: root/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
diff options
context:
space:
mode:
authorIurii Malchenko <yurique@pm.me>2019-01-04 18:32:57 +0200
committerLi Haoyi <haoyi.sg@gmail.com>2019-01-04 08:32:57 -0800
commiteb497a8f5db949ea661042371fbbc908f6524ea4 (patch)
treee30eac430ae2faf3fc2317fbc33a692cc5bd91a0 /contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
parent54b797c2b682b0583a2f87b7da22ca9a59b8df37 (diff)
downloadmill-eb497a8f5db949ea661042371fbbc908f6524ea4.tar.gz
mill-eb497a8f5db949ea661042371fbbc908f6524ea4.tar.bz2
mill-eb497a8f5db949ea661042371fbbc908f6524ea4.zip
adding support for customizable constructor annotations, codec and "inclusive dot" (#481)
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.html2
1 files changed, 1 insertions, 1 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
index acadf615..3603fe07 100644
--- a/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
+++ b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
@@ -1,4 +1,4 @@
-@(title: String)
+@this(title: String)
<html>
<body>
<h1>@title</h1>