mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 12:36:12 +02:00
tea/Resources/Private/Templates/Tea/Show.html
2023-11-29 12:48:38 +01:00

18 lines
430 B
HTML

<!DOCTYPE html>
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:layout name="Default"/>
<f:section name="main">
<h2>
{tea.title}
</h2>
{tea.description -> f:format.html()}
<f:if condition="{tea.internalNotes}">
<p>
{tea.internalNotes}
</p>
</f:if>
</f:section>
</html>