summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/article.html
blob: 2b7cb1ec74e2422fe95f9f7e74b970b5c786ffd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{- This is the shared template for developer.chrome.com articles.
  - |article|       The article content.
  - |canonical|     The canonical URL (see comment in site.html).
  - |platform|      The platform.
  - |platformTitle| The title of the platform ("Extensions" or "Apps").
  - |removeToc|     Whether or not to remove the Table of Contents.
  -}}
{{+content:partials.site canonical:canonical}}
<article class="article-content">
  <nav class="inline-site-toc no-permalink">
    {{+partials.relatedpages_items items:sidenavs.chrome /}}
  </nav>
  <div itemprop="articleBody">
    <nav class="inline-toc no-permalink">
      {{^removeToc}}
      $(table_of_contents)
      {{/removeToc}}
    </nav>

{{- This is unindented because it may contain whitespace-sensitive tags. -}}
{{+article data:data platform:platform platformTitle:platformTitle /}}
    
    {{+partials.cc /}}
  </div>
</article>
{{/partials.site}}