<%= image_tag "http://#{APP_CONFIG['store_ip']}#{@template['thumb']}", :class => "item-thumb" %>
<%= @template['title'] %>
<%= link_to 'free download', buy_template_admin_purchase_path(@template['id']), :id => "download" %>- views<%= Random.new.rand(10..100) %>
description
<%= @template['intro'] %>
screen shot
<% @template['screenshots'].each do |screenshot| %>
<%= image_tag "http://#{APP_CONFIG['store_ip']}#{screenshot}", :class => "preview item-thumb" %>
<% end %>