<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>RulingSite</title> <r:stylesheets> <!-- your stylesheets here --> </r:stylesheets> <r:javascripts> <!-- your javascripts here --> </r:javascripts> </head> <body> <!-- example --> <div id="header_top" class="header"> This is the first level of header <r:content name='content_2'> </r:content> </div> <div id="header_bottom" class="header"> This is the second level of header </div> <div id="main_content" class="content"> <r:content name='content_1' main='true'/> <r:content name='content_3'/> <r:content name='content_4'/> </div> <div id="footer" class="footer"> This is the footer </div> <!-- END example --> </body> </html>