% if recent_active_threads: <article class="discussion-sidebar-following sidebar-module"> <header> <h4>Following</h4> <a href="#" class="sidebar-view-all">view all ›</a> </header> <ol class="discussion-sidebar-following-list"> % for thread in recent_active_threads: <li><a href="#"><span class="sidebar-following-name">${thread['title']}</span> <span class="sidebar-vote-count">${thread['votes']['point']}</span></a></li> % endfor <ol> </article> % endif