I'm planning my website structure as following:
- header.scala.html
- XXX
- footer.scala.html
now, instead of "xxx" there should be a specific page (i.e. "UsersView.scala.html").
what I need is to include (like with well-known languages) the source of the footer and the
header into the the middle page's code.
so my questions are:
Just call another template like a method. If you want to include footer.scala.html:
@footer()