Sha256: 6e14550d176e57cb5d5270968ed4970bc34dc49679b803f589a1f60889c3b09d

Contents?: true

Size: 489 Bytes

Versions: 1

Compression:

Stored size: 489 Bytes

Contents

<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
    
    <% if is_blog_article? %>
      <title><%= current_article.title %></title>
    <% end %>
  </head>
  <body>
    
    <div id="main" role="main">
      <% if is_blog_article? %>
        <% content_for :blog_article, yield %>
        <%= partial 'article_template' %>
      <% else %>
        <%= yield %>
      <% end %>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-blog-3.0.0.beta.3 fixtures/preview-app/source/layout.erb