% unless flash.empty? %>
  <%= render "shared/error_banner" do %>
    <% flash.each do |key, value| %>
      <%= content_tag :div, value, class: "flash #{key} d-inline" %>
    <% end %>
  <% end %>
<% end %>
  
    
      
Welcome to Greenlight.
      A simple front end for your BigBlueButton Open Source Web Conferencing Server.
      <%= link_to "https://youtu.be/Hso8yLzkqj8", class: "p-3", target: "_blank" do %>
        Watch a tutorial on using Greenlight 
      <% end %>
    
   
 
<%= render "shared/features" %>