1{{- This is the shared template for Extension/App articles.
2  - |article|       The article content.
3  - |platform|      The platform.
4  - |platformTitle| The title of the platform ("Extensions" or "Apps").
5  - |removeToc|     Whether or not to remove the Table of Contents.
6  -}}
7{{+content:partials.site
8       platform:platform
9       platformTitle:platformTitle}}
10<article class="article-content">
11  <div itemprop="articleBody">
12
13{{- This is unindented because it may contain whitespace-sensitive tags. -}}
14{{+article data:data platform:platform platformTitle:platformTitle /}}
15    
16    {{+partials.cc /}}
17    <nav class="inline-toc no-permalink">
18      {{+partials.relatedpages_items items:sidenavs.related /}}
19      {{^removeToc}}
20      $(table_of_contents)
21      {{/removeToc}}
22    </nav>
23  </div>
24</article>
25{{/partials.site}}
26