- {{ post.title }} + {{ note.title }}
{% if post.excerpt %} - {{ post.excerpt | markdownify | strip_html }} + {{ note.excerpt | markdownify | strip_html }} {% else %} - {{ post.content | markdownify | strip_html | truncate: 160 }} + {{ note.content | markdownify | strip_html | truncate: 160 }} {% endif %}