{% extends "base.html" %} {% if task.done == True %} {% set textColor = "color: grey;" %} {% else %} {% set textColor = "color: white;" %} {% endif %} {% block content %}