Sha256: ecbd7eccd3afcbdcd8f60be2b71f89e536a9cc2d466553a5ed970c35a1ab7a5c
Contents?: true
Size: 450 Bytes
Versions: 12
Compression:
Stored size: 450 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' %> <style type="text/css" media="all"><%= "#{@site.css}#{@design.css}\n#{@page.css}".html_safe if @page %></style> <%= @site.header.html_safe if @site %> <%= javascript_include_tag "cms" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems