Revision 3455:14eb526d2e96,
534 bytes
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
Switch from HTML comments to DC Template comments (not needed in final HTML output) — dotty templateset
|
Rev | Line | |
---|
[3246] | 1 | <aside class="sidebar" id="sidebar" role="complementary"> |
---|
| 2 | <tpl:IfWidgets type="nav"> |
---|
| 3 | <div class="widgets blognav__widgets" id="blognav"> |
---|
| 4 | <h2 class="blognav__title">{{tpl:lang Blog menu}}</h2> |
---|
| 5 | {{tpl:Widgets type="nav"}} |
---|
[3455] | 6 | </div> <!-- # End #blognav --> |
---|
[3246] | 7 | </tpl:IfWidgets> |
---|
| 8 | <tpl:IfWidgets type="extra"> |
---|
| 9 | <div class="widgets blogextra__widgets" id="blogextra"> |
---|
| 10 | <h2 class="blogextra__title">{{tpl:lang Extra menu}}</h2> |
---|
| 11 | {{tpl:Widgets type="extra"}} |
---|
[3455] | 12 | </div> <!-- # End #blogextra --> |
---|
[3246] | 13 | </tpl:IfWidgets> |
---|
| 14 | </aside> |
---|
Note: See
TracBrowser
for help on using the repository browser.