h2 | Hello |   = @task_owner.name p | New Task Added  |" = @task.name |" p - if @task.grouped? = "You have added a #{@task.frequency} group task called \"#{@task.name}\" at #{@task_due} - #{@task.description}" - else = "You have added a #{@task.frequency} task called \"#{@task.name}\" at #{@task_due} - #{@task.description}" .lbreak p | Enjoy Messages! p | "- The #{Configurations::General.application_name} Team"