{% extends "base/dashboard.html" %} {% block body %}

Welcome User: "{{ current_user.get_id() }}"!

{% endblock %}