{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}
{% include 'snippets/left-menu.html' %}

Groups

{% for i in group_list %} {% endfor %}
{% include 'snippets/right-data.html' %}
{% endblock %}