{% assign post = include.post %}

{{ post.title }}

{{ post.date | date: "%b %e, %Y" | upcase }}
{% if post.excerpt != null %}{{ post.excerpt | markdownify | truncate: 250 }}{% endif %}