{% extends "site/base.html" %} {% block content %}

Sign up to {{site_name}}

{% if social_logins %}

With social media login

{% for social in social_logins %} {% set template = 'social/' + social + '/register_snippet.html' %} {% include template %} {% endfor %}

We never post anything on your wall.

{% endif %}

With email

{{form|safe}}
{% endblock content %}