Sha256: 6b52632e32c1cb3a96cd9c008d6a3a722f6af1a3a7a5a194583e8178be89a93c
Contents?: true
Size: 521 Bytes
Versions: 25
Compression:
Stored size: 521 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= @page_title %></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <%= stylesheet_link_tag "cms", media: 'all' %> <% if false %> not require in cms mode <style type="text/css" media="all"><%= "#{@site.css if @site}#{@design.css if @design}\n#{@page.css if @page}".html_safe %></style> <%= @site.header.html_safe if @site %> <% end %> <%= javascript_include_tag "cms" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
25 entries across 25 versions & 1 rubygems