Revision 2693:db21d5cd8c29,
500 bytes
checked in by franck <carnet.franck.paul@…>, 11 years ago
(diff) |
Applying inheritance/extension template mechanism on currywurst templateset, step 4, addresses #1933
|
Line | |
---|
1 | {{tpl:extends parent="post.html"}} |
---|
2 | |
---|
3 | <tpl:Block name="head-linkrel"> |
---|
4 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
5 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
6 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
7 | </tpl:Block> |
---|
8 | |
---|
9 | <tpl:Block name="body-tag"><body class="dc-page"></tpl:Block> |
---|
10 | |
---|
11 | <tpl:Block name="main-content"> |
---|
12 | {{tpl:include src="_simple-entry.html"}} |
---|
13 | </tpl:Block> |
---|
Note: See
TracBrowser
for help on using the repository browser.