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
|
Rev | Line | |
---|
[2693] | 1 | {{tpl:extends parent="post.html"}} |
---|
[2603] | 2 | |
---|
[2693] | 3 | <tpl:Block name="head-linkrel"> |
---|
[2603] | 4 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
| 5 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
[2693] | 6 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
| 7 | </tpl:Block> |
---|
[2603] | 8 | |
---|
[2693] | 9 | <tpl:Block name="body-tag"><body class="dc-page"></tpl:Block> |
---|
[2603] | 10 | |
---|
[2693] | 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.