mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
60d9fd4816
Summary: Lots o docs Test Plan: Run tests, review docs Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1496
10 lines
234 B
HTML
10 lines
234 B
HTML
<div class="heading">{{name}}</div>
|
|
<ul>
|
|
{{#each items}}
|
|
{{#if items}}
|
|
{{> _sidebarSection}}
|
|
{{else}}
|
|
<li><a href="{{link}}" {{#if external}}target="_blank"{{/if}}>{{name}}</a></li>
|
|
{{/if}}
|
|
{{/each}}
|
|
</ul>
|