{% from 'common/macros.html' import subheader %} {%- extends 'base.html' -%} {%- block title -%}sign up{%- endblock -%} {%- block content -%} {%- set welcome -%} Please read the rules etc. stub {%- endset -%} {{ subheader('Sign up', welcome)}} {%- if request.args.get('error') -%}