{% extends "base.html" %} {% block title %}Acanban{% endblock %} {% block content %} {% if current_user.is_authenticated %}
Welcome, {{ current_user.name }}!
{% else %}

Acanban is an academic Kanban board. It aims to provide a collaboration platform for students and mentors, with first-class support for academic evaluation.

Drawing of people collaborating
{% endif %} {% endblock %}