{% macro preview(post) -%}

{{ post.title }}

{% filter indent(width='\t') %} {{- post.excerpt }} {%- endfilter %}
{%- endmacro %}