mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 11:56:12 +01:00
13 lines
312 B
HTML
13 lines
312 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>
|
||
|
Rating Plugin: {tea.title}
|
||
|
</h2>
|
||
|
|
||
|
{tea.description -> f:format.html()}
|
||
|
</f:section>
|
||
|
</html>
|