97 | {% if post.external-url %} 98 | 99 | {% else %} 100 | 101 | {% endif %} 102 | {{ post.title }} 103 | 104 |
105 | {% if post.tagline %} 106 |{{ post.tagline }}
107 | {% endif %} 108 | 109 | {% if post.excerpt %} 110 |{{ post.excerpt | markdownify }}
111 | {% endif %} 112 | 113 | 139 | 143 |