_template_welcome_page.html.erb 160 Bytes
<% if template && template.welcome_page_content.present? %>
  <h1><%= header % template.name %></h1>
  <%= template.welcome_page_content.html_safe %>
<% end %>