Sha256: 2848c67e707ec641c4261499316152ee8cdfc175d54769d7ebd3d7e62670491a

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

---
title: <%= options[:title] || Origen.config.name %>
---
<%= 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 %>    

</div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cross_origen-0.5.0 templates/web/layouts/_basic.html.erb