| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-dashboard/Resources/Private/Layouts/Widget/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-dashboard/Resources/Private/Layouts/Widget/Widget.html |
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<div class="widget-content-title"><span>{f:translate(id: configuration.title, default: configuration.title)}</span></div>
<div class="widget-content-main">
<f:render section="main" optional="true" />
</div>
<f:variable name="footer" value="{f:render(section:'footer', optional: 'true')}" />
<f:if condition="{footer -> f:spaceless()}">
<div class="widget-content-footer">
{footer -> f:format.raw()}
</div>
</f:if>
</html>