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