<%= notice %>
Author: <%= @template.author %>
Preview:
<%=image_tag @template.preview, :width => 600, :height => 600 %>
<%=link_to 'Download', @template.template.url, :class=> 'btn btn-success'%>
<%if user_signed_in? %> <%= link_to 'Edit', edit_template_path(@template) %> | <%= link_to 'Back', templates_path %> <% end %>