%%= stylesheet_link_tag 'web_app_theme', "themes/<%= options[:theme] %>/style" %>
<%= options[:app_name] %>
Profile
Settings
Logout
<%% flash.each do |type, message| -%>
<%%= message %>
<%% end -%>
<%%= yield %>
<%%= yield :sidebar %>