Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: chrome/common/extensions/docs/templates/private/article.html

Issue 344453003: Docserver: separate models for apps and extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/Add comment Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 data:data platform:platform platformTitle:platformTitle /}}
15 15
16 {{+partials.cc /}} 16 {{+partials.cc /}}
17 <nav class="inline-toc no-permalink"> 17 <nav class="inline-toc no-permalink">
18 {{+partials.relatedpages_items items:sidenavs.related /}} 18 {{+partials.relatedpages_items items:sidenavs.related /}}
19 {{^removeToc}} 19 {{^removeToc}}
20 $(table_of_contents) 20 $(table_of_contents)
21 {{/removeToc}} 21 {{/removeToc}}
22 </nav> 22 </nav>
23 </div> 23 </div>
24 </article> 24 </article>
25 {{/partials.site}} 25 {{/partials.site}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698