News.html 572 B

1234567891011121314151617
  1. <f:comment><!-- Special layout for the Members page --></f:comment>
  2. <f:layout name="News" />
  3. <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
  4. <f:render partial="Classic/Header" arguments="{_all}" />
  5. <div class="main">
  6. <f:comment><!-- Central column --></f:comment>
  7. <div class="content">
  8. <div class="news-section">
  9. <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.detailnews" />
  10. <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.listnews" />
  11. </div>
  12. </div>
  13. </div>