<%= rich_cms_tag ".cms_content", "header" , :tag => :h1 %>
<%= rich_cms_tag ".cms_content", "paragraph", :as => :html %>
<% ["Home", "Developers", "Comments", "Documentation", "Support", "About me"].each do |x| %>
-
<%= link_to rich_cms_tag(".cms_content", x), "#" %>
<% end %>