h3 #{event.title}
p Dove: #{event.place.name} - #{event.place.address}
p Quando: #{datetime(event.start_datetime)}
br
if event.image_path
p #{event.description}
each tag in event.tags
span ##{tag.tag}
br
#{config.baseurl}/event/#{event.id}
hr
if to_confirm
p Puoi confermare questo evento qui
else
p Puoi eliminare queste notifiche qui
hr
a(href="#{config.baseurl}") #{config.title} - #{config.description}