In shale, what is the best way to handle common areas of the page?  So, if I
had something like

   <html>
       <head>
           <link href="css/PCX.css" rel="stylesheet"
type="text/css"></link>
           <!-- Now I want subpages to be able to put stuff here such as
the line below -->
           <link href="css/mainPage.css" rel="stylesheet"
type="text/css"></link>
           <!-- I want each subpage to control the title, so this needs to
be a "callback" as well -->
           <title>Some title</title>
           <script language="JavaScript" type="text/JavaScript"
src="js/PCX.js"></script>

           <script language="JavaScript" type="text/JavaScript"
src="js/mainPage.js"></script>
       </head>
       <body id="main" class="main">
           <div class="mainOuterDiv">

Reply via email to