{% if post.tags %} {% for tag in post.tags limit:3 %} {% if tag == "Featured" or tag == "3D" or tag == "Core" %} {{ tag }} {% else %} {{ tag }} {% endif %} {% endfor %} {% endif %}

{{ post.title }}

{{ post.citation | default: post.author }}
{% if post.excerpt %}

TL;DR: {{ post.excerpt | strip_html | truncate: 150 }}

{% endif %}
{% if post.header.teaser %}
{{ post.title }}
{% endif %}