{% load lyric_extras %} {# My Posts applet row — title | latest line text | latest line ts. #} {# `item` is a Post w. `latest_line` attached by `_recent_posts`. #}
  • {{ item.title|truncate_title }} {% if item.latest_line %} {{ item.latest_line.text|striptags }} {% endif %}