capsule/templates/post.tera
2024-03-03 16:34:46 -06:00

8 lines
216 B
Text

{#
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 }}