Sha256: 7783a488f4ac9b08124e6f9d9d884d93bd9a8eaa93629b741bc6c3c775954d01

Contents?: true

Size: 1.35 KB

Versions: 243

Compression:

Stored size: 1.35 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><%= raw page.head_title %></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

243 entries across 243 versions & 1 rubygems

Version Path
caboose-cms-0.5.201 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.200 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.199 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.198 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.197 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.196 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.195 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.194 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.193 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.192 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.191 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.190 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.189 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.188 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.187 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.186 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.185 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.184 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.183 app/views/caboose/blocks/_layout_basic.html.erb
caboose-cms-0.5.182 app/views/caboose/blocks/_layout_basic.html.erb