<% theme = THEME if defined?(THEME) theme = @theme unless @theme.nil? if theme.nil? %> <%= content %> <% else %> <%= stylesheet_link_tag "layouts/#{layout}" %> <%= stylesheet_link_tag theme %> <% end %>