| 1234567891011121314151617 |
- <f:comment><!-- Special layout for the Members page --></f:comment>
- <f:layout name="News" />
- <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
- <f:render partial="Classic/Header" arguments="{_all}" />
- <div class="main">
- <f:comment><!-- Central column --></f:comment>
- <div class="content">
- <div class="news-section">
- <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.detailnews" />
- <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.listnews" />
- </div>
- </div>
- </div>
|