toddobryan / schoolbox

Everything a school needs in one easy package. (Eventually.)
0 stars 0 forks source link

Rewrite the main.scala.html template to be modular #3

Open Alotspeich opened 10 years ago

Alotspeich commented 10 years ago

Or, create a seperate template that encapsulates the various sections of the main template (the section, the navigation and header sections, the actualy body, and the footer) in functions, then rewrite the main template to use these, allowing us to continue using the main template in the same fashion we currently do while choosing to modularize templates when necessary.