www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

base.html (140B)


      1 <!DOCTYPE html>
      2 <html>
      3 %:head%
      4 	<body>
      5 %:sidebar%
      6 		<div id="wrapper">
      7 			<div id="content">
      8 %:content%
      9 			</div>
     10 		</div>
     11 	</body>
     12 </html>