This example shows that you can use the same layout for the entire site, but with two lines of Javascript on the server, you can change the entire layout.
Look at the source under the hood, the content is not set to display: none
, it's
simply not rendered to the client.
This is the powerful template engine that most people have been begging for.