👾
Welcome, {{ request.user.username }}!
Pick a channel or DM from the sidebar.
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}{% extends 'chat/base.html' %} {% block title %}Home — DiscordClone{% endblock %} {% block body %} {% with profile=request.user.profile %}
Pick a channel or DM from the sidebar.
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}