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

Side by Side Diff: chrome/common/extensions/docs/templates/private/standard_extensions_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
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:extensions_title platform:extension}} 9 {{+partials.header_body title:extensions_title platform:extension}}
10 <div id="gc-container"> 10 <div id="gc-container">
(...skipping 10 matching lines...) Expand all
21 samples_list:api.samples.extensions 21 samples_list:api.samples.extensions
22 title:extensions_title}} 22 title:extensions_title}}
23 {{:intro.extensions_toc}} 23 {{:intro.extensions_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.extensions 26 samples_list:api.samples.extensions
27 title:extensions_title}} 27 title:extensions_title}}
28 {{/intro.extensions_toc}} 28 {{/intro.extensions_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:false}} 31 {{+intro is_apps:false}}
32 {{/intro}} 32 {{/intro}}
33 {{+partials.api_reference samples_list:api.samples.extensions 33 {{+partials.api_reference samples_list:api.samples.extensions
34 title:extensions_title}} 34 title:extensions_title}}
35 </div> 35 </div>
36 </div> 36 </div>
37 </body> 37 </body>
38 {{+partials.extensions_footer}} 38 {{+partials.extensions_footer}}
39 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698