{% extends 'base.html' %} {% load static %} {% block title %} Profile {% endblock title %} {% block content %}
Username: {{profile.username}}
Email: {{profile.email|default:""}}
IMDB API Key: {{profile.imdb_api_key}}
{% endblock content %}