{f:render(partial: 'BlogPostHeader', arguments: {
title: data.title,
blogPost : data,
compatibleWith: compatibleWith,
topics: assignedTopics
})}
Introduction ¶
{data.abstract -> f:format.html()}
{introduction -> f:format.raw()}
{f:render(partial: 'Image', arguments: {image: media.0})}
{contentMain -> f:format.raw()}
Acknowledgements ¶
{acknowledgements -> f:format.raw()}
Further reading ¶
{furtherReading -> f:format.raw()}
{f:render(section: 'TOC', arguments: _all)}
{f:render(partial: 'TopicList', arguments: {
headline: 'Related Topics',
topics: assignedTopics
})}