{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Join Springster" as headingtext %}
{% with type="square" htmltag="h1" title=headingtext %}
<{{htmltag}}>{{title}}{{htmltag}}>
{% endwith %}
{# end include template #}
{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Already joined?" as headingtext %}
{% trans "Log in here" as linktext %}
{% with type="micro" htmltag="p" title=headingtext hyperlink=LOGIN_URL linktitle=linktext %}
{% endwith %}
{# end include template #}
{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Please complete this form to join" as headingtext %}
{% with type="subheading" htmltag="h2" title=headingtext %}
<{{htmltag}}>{{title}}{{htmltag}}>
{% endwith %}
{# end include template #}
{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Already joined?" as headingtext %}
{% trans "Log in here" as linktext %}
{% with type="micro" htmltag="p" title=headingtext hyperlink=LOGIN_URL linktitle=linktext %}