templates/page/content-single.ftl (10 lines of code) (raw):
<article class="post">
<#include "header.ftl">
<#include "../commons/featured.ftl">
<div id="content">
${post.body}
</div>
<footer>
<#include "../commons/footer-tags.ftl">
</footer>
</article>