{% extends theme('layouts/1-column.html') %} {% from theme('macros/follow.html') import follow_btn with context %} {% from theme('macros/organization_name_with_certificate.html') import organization_name_with_certificate %} {% set bundle = 'user' %} {% set meta = { 'title': user.fullname, 'description': _("%(site)s %(username)s profile", site=config['SITE_TITLE'], username=user.fullname), 'keywords': [_('user'), _('profile')], 'robots': 'noindex', } %} {% block breadcrumb %}