{% extends "layouts/base.html" %} {% block title %} Profile {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Basic Form Email address We'll never share your email with anyone else. Submit {{ request.user.name }} {% endblock content %} {% block javascripts %}{% endblock javascripts %}