{% from "usersite/macros/urls.html" import site_ipns_url %} {# Adapted from lektor's macro #} {% macro render_blog_post(post, from_index=false) %}
{% if from_index %}

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %}

written by {{ post.author }} on {{ post.date_published|dtclean }}

{{ post.body|markdown }}
{% endmacro %}