calendar/Tests/Fixtures/calendar_example/Resources/Private/Templates/Frontend/Calendar/Day.html

11 lines
239 B
HTML
Raw Normal View History

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<h2>{day.dateTimeInstance -> f:format.date(format: 'd.m.Y')}</h2>
{day.foreignData.exampleKey}
{customVariable}
</html>