{% extends "base.html" %} {% block content %} <div class="container"> <section> <div class="page-header"><h1>Here is your password!</h1></div> <h4>{{ password }}</h4> <p>Remember to copy this password! Its been deleted from the database and can't be re-accessed.</p> </section> </div> {% endblock %}