Sha256: 0d36e85fab4904875f77ea922a911bfc21f0e6b9bc634f4598ad4b8d1a575510
Contents?: true
Size: 476 Bytes
Versions: 28
Compression:
Stored size: 476 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= @page_title %></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <%= stylesheet_link_tag "application", media: 'all' %> <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 %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
28 entries across 28 versions & 1 rubygems