You need to enable JavaScript to run this app.
<% if File.exist? (File.join(Dir.pwd, 'config', 'banner.html.erb')) %>
<%= ERB.new(File.read(File.join(Dir.pwd, 'config', 'banner.html.erb'))).result %>
<% end %>