_template_welcome_page.html.erb 160 Bytes Edit Raw Blame History Permalink 1 2 3 4 <% if template && template.welcome_page_content.present? %> <h1><%= header % template.name %></h1> <%= template.welcome_page_content.html_safe %> <% end %>