{# Simple talk link component - use this to link to a talk anywhere Requires: talk (Talk object with id, title, event_id properties) #} {% if talk.duration_minutes %} {% if talk.duration_minutes < 15 %} ⚡ {# Lightning talk #} {% else %} 🎤 {# Regular talk #} {% endif %} {% endif %} {{ talk.title }}