You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now this is not possible to use this bracket-enclosed phrase inside a template, because {{...}} is for the template to replace the whole phrase with the content of the variable, which does not exist in the environment of the template - {{ blog_content }} is just the magic word for the plugin to find and replace in the markdown file.
One possible solution is to add another syntax for blog_content, for example, [[ blog_content ]], and replace in in the final HTML rather than the markdown. I will be looking into that later.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Hi, is it possible to run
{{ blog_content }}
macro from.html
instead of.md
?Imagine instead of doing:
home.md
with
home.html
I would like to move
{{ blog_content }}
outside of home.md:home.md
with
home.html
I couldn't manage to include the plugin templates (not found):
The text was updated successfully, but these errors were encountered: