| 12345678910111213141516171819202122232425 |
- <f:comment><!-- Special layout for the Members page --></f:comment>
- <f:layout name="News" />
- <section class="t-container st-effect-3">
- <div class="wrapper">
- <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
- <f:render partial="Modern/Header" arguments="{_all}" />
- <section class="page-section-ptb">
- <div class="container">
- <div class="row">
- <div class="col-sm-12 mt-30">
- <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.detailnews" />
- <f:cObject typoscriptObjectPath="lib.tx_ottemplating.widgets.listnews" />
- </div>
- </div>
- </div>
- </section>
- </div>
- </section>
|