mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 17:36:13 +02:00
tea/Resources/Private/Templates/Tea/Show.html

13 lines
297 B
HTML
Raw Normal View History

2018-05-28 17:05:39 +02:00
<!DOCTYPE html>
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
2018-05-28 17:05:39 +02:00
<f:layout name="Default"/>
<f:section name="main">
<h2>
{tea.title}
</h2>
{tea.description -> f:format.html()}
</f:section>
</html>