{% extends "layout.html" %} {% block body %}
by Chris Wilson
You are logged in as {{ current_user.display_name() }}
{% else %} LoginDon't have an account? Sign up here.
The app features user verification by email, basic note recording and messaging between users with email notifications.
You can view the code in the GitHub repository at github.com/chriswilson1982/flask-mongo-app.