% extends "templates/layouts/base.html" % block head_early % set nofollow = ['nofollow'] if participant.profile_nofollow else [] % set noindex = ['noindex'] if participant.profile_noindex else [] % if nofollow or noindex % endif % endblock