on top of a template, we define the input parameters like this:
@(tagList: Seq[TagCloud], bottomFlag: Boolean = false)(using siteConfig: play.api.Configuration)
error log:
/app/views/index.scala.html:6:66: By-name parameter type => play.twirl.api.HtmlFormat.Appendable not allowed here.
Play Version
3.0.5
API
scala 3.3.3
Operating System
ubuntu 20.04
JDK
17.0.9
Library Dependencies
twirl default version with play framework
Expected Behavior
Actual Behavior
Reproducible Test Case