33 | {% if is_post() %} 34 | {{ post.content }} 35 | {% else %} 36 | {% if post.excerpt %} 37 | {{ post.excerpt }} 38 | {% else %} 39 | {{ post.content }} 40 | {% endif %} 41 | {% endif %} 42 | {% if post.excerpt and is_home() %} 43 | 48 | {% endif %} 49 |