Mailspring/docs-templates/article.html
Ben Gotow 60d9fd4816 feat(docs): doc site generation, doc organization into sections, docs for actions and more
Summary: Lots o docs

Test Plan: Run tests, review docs

Reviewers: evan

Reviewed By: evan

Differential Revision: https://review.inboxapp.com/D1496
2015-05-13 11:44:28 -07:00

15 lines
206 B
HTML

{{>_header}}
{{#if meta.TitleHidden}}
{{else}}
<div class="page-title">{{meta.title}}</div>
{{/if}}
<div id="sidebar">
{{>_sidebar}}
</div>
<div id="main" class="article">
{{{html}}}
</div>
{{>_footer}}