Sha256: c6aed6a9526907b46b65537c5d85328270797418b82f83900c8c8a8a0c71444f

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
origen_memory_image-0.7.0 templates/web/layouts/_basic.html.erb