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