.flyboy - content_for :context do = render "flyboy/tasks/context", task: @task - if can?(:read, @task.goal) = render "flyboy/goals/context", goal: @task.goal - content_for :main do .task-comments = render partial: "flyboy/task_comments/list", locals: {task: @task} - if @task.description.present? .well = text2html @task.description = render_contextual