Merge branch 'master' into subfolders-8.3
[pyTivo.git] / Cheetah / Templates / SkeletonPage.tmpl
blob43c5ecddc1886c090a662f4add4d794d6a2b2357
1 ##doc-module: A Skeleton HTML page template, that provides basic structure and utility methods.
2 ################################################################################
3 #extends Cheetah.Templates._SkeletonPage
4 #implements respond
5 ################################################################################
6 #cache id='header'
7 $docType
8 $htmlTag
9 <!-- This document was autogenerated by Cheetah(http://CheetahTemplate.org). 
10 Do not edit it directly!
12 Copyright $currentYr - $siteCopyrightName - All Rights Reserved.
13 Feel free to copy any javascript or html you like on this site,
14 provided you remove all links and/or references to $siteDomainName
15 However, please do not copy any content or images without permission.
17 $siteCredits
19 -->
22 #block writeHeadTag
23 <head>
24 <title>$title</title>
25 $metaTags 
26 $stylesheetTags 
27 $javascriptTags
28 </head>
29 #end block writeHeadTag
31 #end cache header
32 #################
34 $bodyTag
36 #block writeBody
37 This skeleton page has no flesh. Its body needs to be implemented.
38 #end block writeBody
40 </body>
41 </html>