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

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

Issue 14693006: Docserver: update handlebar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/private/standard_extensions_api.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 {{+partials.header_head}} 4 {{+partials.header_head}}
5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css"> 5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css">
6 {{+partials.title}} 6 {{+partials.title}}
7 </head> 7 </head>
8 <body> 8 <body>
9 {{+partials.header_body title:apps_title platform:app}} 9 {{+partials.header_body title:apps_title platform:app}}
10 <div id="gc-container"> 10 <div id="gc-container">
(...skipping 10 matching lines...) Expand all
21 samples_list:api.samples.apps 21 samples_list:api.samples.apps
22 title:apps_title}} 22 title:apps_title}}
23 {{:intro.apps_toc}} 23 {{:intro.apps_toc}}
24 {{+partials.table_of_contents has_toc:false 24 {{+partials.table_of_contents has_toc:false
25 api:api 25 api:api
26 samples_list:api.samples.apps 26 samples_list:api.samples.apps
27 title:apps_title}} 27 title:apps_title}}
28 {{/intro.apps_toc}} 28 {{/intro.apps_toc}}
29 {{- This is unindented because it contains <pre> tags -}} 29 {{- This is unindented because it contains <pre> tags -}}
30 {{?intro}} 30 {{?intro}}
31 {{+intro.intro is_apps:true}} 31 {{+intro is_apps:true}}
32 {{/intro}} 32 {{/intro}}
33 {{+partials.api_reference samples_list:api.samples.apps 33 {{+partials.api_reference samples_list:api.samples.apps
34 title:apps_title}} 34 title:apps_title}}
35 </div> 35 </div>
36 </div> 36 </div>
37 </body> 37 </body>
38 {{+partials.apps_footer}} 38 {{+partials.apps_footer}}
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/private/standard_extensions_api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698