source: products/SimpleBlog/trunk/skins/SimpleBlog/simpleblog_view_title_description_body.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 345 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="here/main_template/macros/master"
4      i18n:domain="SimpleBlog">
5
6<body>
7        <div metal:fill-slot="main">
8                <tal:mode define="displayMode string:full">
9                        <div metal:use-macro="here/simpleblog_view/macros/main"/>
10                </tal:mode>
11        </div>
12</body>
13</html>
Note: See TracBrowser for help on using the repository browser.