## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> <%block name="title"> %if c.show_private: ${_('Private Gists for User %s') % c.authuser.username} %elif c.show_public: ${_('Public Gists for User %s') % c.authuser.username} %else: ${_('Public Gists')} %endif %block> <%def name="breadcrumbs_links()"> %if c.show_private: ${_('Private Gists for User %s') % c.authuser.username} %elif c.show_public: ${_('Public Gists for User %s') % c.authuser.username} %else: ${_('Public Gists')} %endif - ${c.gists_pager.item_count} %def> <%block name="header_menu"> ${self.menu('gists')} %block> <%def name="main()">