<h1><%= link "Templates", to: Routes.cms_template_path(@conn, :index) %> / <%= @cms_template.name %></h1>

<%= render "form.html", Map.put(assigns, :action, Routes.cms_template_path(@conn, :update, @cms_template)) %>
