Sha256: 7c6708e5ffd3df958c3fcd407df09542a370b2f28a742a6a2e07bd40575e1455

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 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 %>    

<%= disqus_comments %>

</div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
origen_testers-0.13.2 templates/web/layouts/_basic.html.erb
origen_testers-0.10.0 templates/web/layouts/_basic.html.erb