---
layout: bootstrap
title: <%= options[:title] || Origen.app.namespace %>
---
<%= render "templates/web/partials/navbar.html", tab: options[:tab] %>
%# The markdown attribute is important if you are going to include content written
%# in markdown, without this is will be included verbatim
<%= yield %>
% if !options.has_key?(:yammer_comments) || options[:yammer_comments]
<%= yammer_comments %>
% end