| 123456789101112131415161718192021 |
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- <f:comment><!-- Special layout for the All Events page --></f:comment>
- <f:layout name="Events" />
- <f:comment><!-- Render the header defined in partial/header.html--></f:comment>
- <f:render partial="header" arguments="{_all}" />
- <div class="main">
- <f:comment><!-- Central column --></f:comment>
- <div class="content">
- <f:comment><!-- All events --></f:comment>
- <f:cObject typoscriptObjectPath="lib.allEvents" />
- </div>
- </div> <!-- /container -->
- <f:comment><!-- Render the footer defined in partial/footer.html--></f:comment>
- <f:render partial="footer" />
|