{% extends 'partials/tease.twig' %} {% block content %}

{{ post.title }}

{{ post.excerpt({ words: 5, read_more: 'Keep reading' }) }}

{% if post.thumbnail.src %} {% endif %} {% endblock %}