{{ post.title }}
{% if post.content contains '' %}
{{ post.content | split:'' | first }}
{% else %}
{{ post.content }}
{% endif %}
--- id: blog title: Blog layout: blog --- {% include blog_pagination.html %}