def render_flash output = [] for key,value in flash output << "
#{value}
" end if flash output.join end