{% comment %} The Tweets / Likes tabs. Expects: * user - Optional. A User object. If present, we link to the User's tweets/likes. Otherwise the overall ones. * active - Optional. String. 'tweets' (default) or 'favorites'. {% endcomment %} {% with active=active|default_if_none:'tweets' %} {% endwith %}