Sha256: 96b20e54832bdfb080bb4b1a7af5cdb283aae76a3e2b367667b19ba2bcd379e9

Contents?: true

Size: 479 Bytes

Versions: 2

Compression:

Stored size: 479 Bytes

Contents

---
layout: bootstrap
title: <%= options[:title] || Origen.app.namespace %>
---
<%= render "templates/web/partials/navbar.html", tab: options[:tab] %>

<div class="row">
%# The markdown attribute is important if you are going to include content written
%# in markdown, without this is will be included verbatim
  <div class="span12" markdown="1">
<%= yield %>    

% if !options.has_key?(:yammer_comments) || options[:yammer_comments]
<%= yammer_comments %>
% end

</div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
origen_app_generators-0.0.3 templates/web/layouts/_basic.html.erb
origen_app_generators-0.0.2 templates/web/layouts/_basic.html.erb