Annotation of ECHO_content/html/ECHO_pageTemplateDefault.html, revision 1.2

1.1       dwinter     1: <!-- NOT CHANGE THE FOLLOWING -->
                      2: 
                      3: <html metal:use-macro="here/main_template/macros/page">
                      4: <head>
                      5: <title>Default</title>
                      6: </head>
1.2     ! dwinter     7: <body>
        !             8: <span metal:fill-slot="body">
1.1       dwinter     9: 
                     10: <!-- EDITABLE AREA -->
                     11: 
                     12: <h1>ECHO PAGE TEMPLATE</h1>
                     13: 
                     14: 
                     15: 
                     16: 
                     17: 
                     18: <!-- DO NOT EDIT THE FOLLOWING -->
1.2     ! dwinter    19: </span>
1.1       dwinter    20: </body>
                     21: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>