<% nameScope = @config['name_scope'] %> <%= title %> <% if @config['css_include'].to_s.strip.length != 0 %> <% @config['css_include'].each do |css| %> <% end %> <% end %>
<% catWrappers = Array.new %> <% @categories.each do |cat| %> <% catWrapperName = cat[0].split(nameScope).first %> <% if not catWrappers.include?(catWrapperName) %> <% catWrappers.push(catWrapperName) %> <% end %> <% end %>
<% if title.split(nameScope).last %>

<%= title.split(nameScope).last %>

<% elsif file_name.include?('index.html') %>

Styleguide home

<% end %>