{% extends 'base.html' %} {% block title %}{{ user.username }}'s Watchlist Pro{% endblock %} {% block content %}

{{ user.username }}

{% if user.bio %} {{ user.bio }} {% else %} This user has not provided a bio. {% endif %} {# Below is the movie list (this is comment) #}
{{ user.username }}'s Watchlist ({{ movies|length }}):
{% endblock %}