{% extends 'sunshine/base.html' %} {% load static %} {% comment %} # This code is a part of sunshine package: https://github.com/letuananh/sunshine # :copyright: (c) 2013-2021 Le Tuan Anh # :license: MIT, see LICENSE for more details. {% endcomment %} {% block content %}
Welcome back {{ username }}!
{% endblock %}