Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / article.html
blob2b7cb1ec74e2422fe95f9f7e74b970b5c786ffd5
1 {{- This is the shared template for developer.chrome.com articles.
2 - |article| The article content.
3 - |canonical| The canonical URL (see comment in site.html).
4 - |platform| The platform.
5 - |platformTitle| The title of the platform ("Extensions" or "Apps").
6 - |removeToc| Whether or not to remove the Table of Contents.
7 -}}
8 {{+content:partials.site canonical:canonical}}
9 <article class="article-content">
10 <nav class="inline-site-toc no-permalink">
11 {{+partials.relatedpages_items items:sidenavs.chrome /}}
12 </nav>
13 <div itemprop="articleBody">
14 <nav class="inline-toc no-permalink">
15 {{^removeToc}}
16 $(table_of_contents)
17 {{/removeToc}}
18 </nav>
20 {{- This is unindented because it may contain whitespace-sensitive tags. -}}
21 {{+article data:data platform:platform platformTitle:platformTitle /}}
23 {{+partials.cc /}}
24 </div>
25 </article>
26 {{/partials.site}}