News.html 791 B

12345678910111213141516171819202122232425
  1. <f:comment><!-- Special layout for the Members page --></f:comment>
  2. <f:layout name="News" />
  3. <section class="t-container st-effect-3">
  4. <div class="wrapper">
  5. <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
  6. <f:render partial="Modern/Header" arguments="{_all}" />
  7. <section class="page-section-ptb">
  8. <div class="container">
  9. <div class="row">
  10. <div class="col-sm-12 mt-30">
  11. <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.detailnews" />
  12. <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.listnews" />
  13. </div>
  14. </div>
  15. </div>
  16. </section>
  17. </div>
  18. </section>