{% if post.type == 'farcaster' %} {% include "partials/summary-farcaster.html" %} {% elif post.type == 'note' %} {% include "partials/summary-note.html" %} {% else %} {% include "partials/summary-default.html" %} {% endif %}