{% extends 'user/base_site.html' %} {% load user_tags %} {% block content %}
{% include 'user/partial/welcome.html' %} {% include 'user/partial/sign_up.html' %}
{% endblock %}