{# This is an example of a Tera template for each individual post. This example adds a header with the title from the sidecar YAML metadata file, some metadata at the top of the post body, and a footer with navigation links and the copyright/license information. #}# {{ entry.title }} {% if entry.published -%} * Originally Posted: {{ entry.published | date(format="%d %b %Y") }} {% endif -%} * Last Updated: {{ entry.updated | date(format="%d %b %Y") }} {% if entry.author -%} * Author: {{ entry.author.name }} {% endif -%} {% if entry.categories -%} * Categories: {{ entry.categories | join(sep=", ") }} {% endif %} {{ entry.body }} ───── => {{ feed.index_url }} Posts => {{ feed.capsule_url }} Home {% if entry.rights -%} {{ entry.rights }} {%- endif %}