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 - |sidenav| The sidenav items. | 3 - |sidenav| The sidenav items. |
4 - |platform| The platform. | 4 - |platform| The platform. |
5 - |platformTitle| The title of the platform ("Extensions" or "Apps"). | 5 - |platformTitle| The title of the platform ("Extensions" or "Apps"). |
6 -}} | 6 -}} |
7 {{+content:partials.site | 7 {{+content:partials.site |
8 platform:platform | 8 platform:platform |
9 platformTitle:platformTitle | 9 platformTitle:platformTitle |
10 sidenav:sidenav}} | 10 sidenav:sidenavs.related}} |
11 $(table_of_contents) | 11 <article class="article-content"> |
12 {{+article platform:platform platformTitle:platformTitle /}} | 12 <div itemprop="articleBody"> |
| 13 {{+article platform:platform platformTitle:platformTitle /}} |
| 14 |
| 15 {{+partials.cc /}} |
| 16 |
| 17 <nav class="inline-toc no-permalink"> |
| 18 {{+partials.relatedpages_items related:sidenavs.related /}} |
| 19 $(table_of_contents) |
| 20 </nav> |
| 21 </div> |
| 22 </article> |
13 {{/partials.site}} | 23 {{/partials.site}} |
OLD | NEW |