{% extends 'base.html' %} {% block app_content %} <h1>My Profile</h1> <a href="{{ url_for('auth.change_password') }}"><button class="btn btn-primary">Change Password</button></a> {% endblock %}