JBake (at least with AsciiDoctor) treats the first paragraph(*) of a blog post differently than the reminder of the body. With AsciiDoctor/Freemarker those end up in a <div id="preamble"/>
It would be good to expose that part to templates, so that the main blog page could only feature abstracts and then link to the details. Right now with context.body the full text from the rendering engine is returned.
*) (That is the text until the first == header)
JBake (at least with AsciiDoctor) treats the first paragraph(*) of a blog post differently than the reminder of the body. With AsciiDoctor/Freemarker those end up in a
<div id="preamble"/>It would be good to expose that part to templates, so that the main blog page could only feature abstracts and then link to the details. Right now with
context.bodythe full text from the rendering engine is returned.*) (That is the text until the first == header)