root/trunk/plagger/assets/plugins/Publish-MTWidget/mt_widget.tt
| Revision 300 (checked in by cwest, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <div class="module"> |
| 2 | <h2 class="module-header">[% feed.title | html %]</h2> |
| 3 | <div class="module-content"><ul class="module-list"> |
| 4 | [% FOREACH entry = feed.entries -%] |
| 5 | <li class="module-list-item"><a href="[% entry.link | html %]">[% entry.title | html %]</a></li> |
| 6 | [% END -%] |
| 7 | </ul> |
| 8 | </div> |
| 9 | </div> |
Note: See TracBrowser for help on using the browser.
