:Body>
{{ if page._reloading }}
Reloading...
{{ end }}
{{ if channel.status == :reconnecting }}
Connection Lost... {{ channel.error }}...
{{ if channel.reconnect_interval }} Reconnecting in {{ (channel.reconnect_in / 1000.0).round }} sec{{ end }}
{{ end }}
{{ if page._reconnected }}
Reconnected!
{{ end }}
{{ flash.keys.each do |key| }}
{{ if flash.send(:"_#{key}").present? }}
{{ flash.send(:"_#{key}").each do |notice| }}
{{ notice }}
{{ end }}
{{ end }}
{{ end }}