{% extends "templates/base.html" %}
{% block title %}{{ _("Community") }}{% endblock %}
{% block head_include %}
{% endblock %}
{% macro profile(photo, full_name, abbr, icon) %}
{% if photo %}
{% else %}
You have not received any messages yet.
{% endif %}You have not created any sketches.
{% endif %}Your Courses
You are not a member of any course yet. Checkout our Courses.
{% endif %}