{% macro post(post, type) %}
{{ post.title }}
{% if logged_in %} {% endif %}
{% if type != "index" %}
{{ post.html | safe }}
{% endif %}
{% endmacro %} {% macro form(post=false, action) %}
Preview
{% endmacro %}