{% macro show_post(post) %}

{{ post.title }}

Created on {{ post.created.strftime('%x at %X') }}

{{ post.content }} {% endmacro %}