{% extends "base.html" %} {% block content %}

Welcome {{ user.username }}!

{% include "locolanderweb/project/_list.html" %} {% endblock content %}