2019-11-13 23:40:26 +01:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
2019-11-15 00:27:23 +01:00
|
|
|
<article>
|
2019-11-15 13:17:22 +01:00
|
|
|
{f:render(partial: 'BlogPostHeader', arguments: {
|
|
|
|
link: page.link,
|
|
|
|
title: page.title,
|
|
|
|
blogPost : page.data,
|
2019-11-15 18:28:10 +01:00
|
|
|
compatibleWith: page.compatibleWith,
|
|
|
|
topics: page.topics
|
2019-11-15 13:17:22 +01:00
|
|
|
})}
|
2019-11-13 23:40:26 +01:00
|
|
|
|
2020-01-08 21:03:54 +01:00
|
|
|
<main>
|
2020-01-16 15:53:29 +01:00
|
|
|
{page.data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')}
|
2019-11-15 00:27:23 +01:00
|
|
|
|
2020-01-08 21:03:54 +01:00
|
|
|
<f:if condition="{page.media.0}">
|
|
|
|
{f:render(partial: 'Image', arguments: {image: page.media.0})}
|
|
|
|
</f:if>
|
|
|
|
</main>
|
2019-12-13 13:27:25 +01:00
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
<footer>
|
|
|
|
<p><a href="{page.link}">Read more …</a></p>
|
|
|
|
</footer>
|
|
|
|
</article>
|
2019-11-13 23:40:26 +01:00
|
|
|
</html>
|