Hello!
What is a must have approach when designing an application with easily distinctive zones?
For example, I have 4 zones in my app: "Header", which may contain some static info (app logo, etc), top-level navigator, login information, "Left" which contain low-level navigation, some options, may be tag cloud, or survey, etc
"Center" zone, which is for current page content, and "Footer" zone, which may contain static and non-static content.
I'm new to Play, and cannot figure out, how to design controllers and templates, and to compose them so, that I could make one change in, for example, top zone content rendering, including change in types of data which is rendered and would not be forced to change dozens of other views which, for example, render Center zone, etc., passing new parameters to main template which in its turn will include other templates etc.
TY in advance