When using Mojolicious directives in a blog post, the template is not rendered in the blog's list view, but it is rendered in the full post view.
This is because Statocles::Page::Document->sections does not do the same templating as Statocles::Page::Document->content.
To fix this, we need to make sure the content is rendered when asking for all of it, or just some of it.
When using Mojolicious directives in a blog post, the template is not rendered in the blog's list view, but it is rendered in the full post view.
This is because
Statocles::Page::Document->sectionsdoes not do the same templating asStatocles::Page::Document->content.To fix this, we need to make sure the content is rendered when asking for all of it, or just some of it.