Sha256: 167db70b0841020dd761e3f35e09abdcbbbd4f797288d06e8492eb403e82cc83

Contents?: true

Size: 1.43 KB

Versions: 91

Compression:

Stored size: 1.43 KB

Contents

<%
page = block.page
%><!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js ie lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]-->
<!--[if IE 7]><html class="no-js ie ie7 lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js ie ie8 lt-ie9" lang="en"><![endif]-->
<!--[if IE 9]><html class="no-js ie ie9" lang="en"><![endif]-->
<!--[if !IE]><!--> <html class="no-js" lang="en"><!--<![endif]-->
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
    <title><%= !page.title.nil? && page.title.strip.length > 0 ? "#{page.title} | " : "" %><%= Caboose::website_name %></title>
    <meta name="description" content="" />
    <meta name="viewport" content="width=device-width" />        
    <%= raw css %>
    <%= stylesheet_link_tag 'print', :media => 'print' %>
    <%= raw csrf_meta_tags %>
  </head>  
  <body>
    <div class="container" id='block_<%= block.id %>'>
      <!--[if lt IE 7]>
        <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
      <![endif]-->
      <%= raw block.render('header' , local_assigns) %>
      <%= raw block.render('content', local_assigns) %>
      <%= raw block.render('footer' , local_assigns) %>      
    </div>
<%= raw js %>
  </body>
</html>

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
caboose-cms-0.4.103 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.102 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.101 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.100 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.99 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.98 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.97 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.96 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.95 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.94 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.93 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.92 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.91 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.90 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.89 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.88 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.87 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.86 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.85 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.4.84 app/views/caboose/blocks/_layout_basic.html.erb