capsule/templates/post.tera

9 lines
216 B
Text
Raw Normal View History

2024-03-03 22:34:46 +00:00
{#
This is an example of a Tera template for each individual post.
This is a minimal example that just adds a header with the title from the
sidecar YAML metadata file.
#}# {{ entry.title }}
{{ entry.body }}