%= form_with(model: todo, class: "space-y-6") do |form| %> <% if todo.errors.any? %>
Brief description of what needs to be done.
Mark as completed if the task is done.
Set a priority from 0 (lowest) to 5 (highest).