{{ post.title }}
{% if post.excerpt_separator != '' %}
{{ post.excerpt }}
{% else %}
{{ post.content }}
{% endif %}
moreā¦
{% include blog_post/metadata.html
authors = post.authors
date = post.date
categories = post.categories
tags = post.tags %}