<%= @event[:title] %>
<%= @event[:description] %>
<% if @event[:time] %><%= fa :'clock-o' , fw: true %><%= @event[:time].strftime('%A %d %B, %H:%M') %><% end %>
<% if @event[:location] %><%= fa :'map-marker', fw: true %><%= @event[:location] %><% end %>