<% sections = [ :uniform, :installation, :philosophy, :colors, :buttons, :grid, :inputs, :forms, :loaders, :cards, :tiles, :rows, :lists, :tables, :nav, :tabs, :helpers ] %>
<% sections.each do |section| %>
<%= section.to_s.titleize %>
<% end %>
<% sections.each do |section| %>
<% if section != :uniform %>
<%= section.to_s.titleize %>
<% end %> <%= ERB.new(File.read("preview/_#{section}.html.erb")).result %>
<% end %>