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

Unified Diff: chrome/common/extensions/docs/templates/private/standard_extensions_api.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/standard_extensions_api.html
diff --git a/chrome/common/extensions/docs/templates/private/standard_extensions_api.html b/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
index 41343139111ef60f17a5bd1342bb56e52f802425..f13769fe902d3dc806070f76aa1bb59730a59c79 100644
--- a/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
+++ b/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
@@ -1,39 +1,38 @@
<!DOCTYPE html>
<html>
<head>
- {{+partials.header_head}}
- {{+partials.title}}
+ {{+partials.header_head/}}
+ {{+partials.title api:api/}}
</head>
<body>
- {{+partials.header_body title:strings.extensions_title platform:strings.extension}}
+ {{+partials.header_body title:strings.extensions_title platform:strings.extension/}}
<div id="gc-container">
- {{+partials.sidenav items:sidenavs.extensions}}
+ {{+partials.sidenav items:sidenavs.extensions/}}
<div id="gc-pagecontent">
- <h1 class="page_title">{{+partials.api_title api:api}}</h1>
- {{?api.channelWarning.trunk}}{{+partials.warning_trunk}}{{/}}
- {{?api.channelWarning.dev}}{{+partials.warning_dev}}{{/}}
- {{?api.channelWarning.beta}}{{+partials.warning_beta}}{{/}}
+ <h1 class="page_title">{{+partials.api_title api:api/}}</h1>
+ {{?api.channelWarning.trunk +partials.warning_trunk/}}
+ {{?api.channelWarning.dev +partials.warning_dev/}}
+ {{?api.channelWarning.beta +partials.warning_beta/}}
{{?intro.extensions_toc}}
{{+partials.table_of_contents toc_items:intro.extensions_toc
has_toc:true
api:api
samples_list:api.samples.extensions
- title:strings.extensions_title}}
+ title:strings.extensions_title/}}
{{:intro.extensions_toc}}
{{+partials.table_of_contents has_toc:false
api:api
samples_list:api.samples.extensions
- title:strings.extensions_title}}
+ title:strings.extensions_title/}}
{{/intro.extensions_toc}}
- {{+partials.intro_table}}
+ {{+partials.intro_table api:api/}}
{{- This is unindented because it contains <pre> tags -}}
-{{?intro}}
-{{+intro is_apps:false}}
-{{/intro}}
+{{?intro +intro.intro is_apps:false/}}
{{+partials.api_reference samples_list:api.samples.extensions
- title:strings.extensions_title}}
+ title:strings.extensions_title
+ api:api/}}
</div>
</div>
</body>
- {{+partials.footer}}
+ {{+partials.footer/}}
</html>

Powered by Google App Engine
This is Rietveld 408576698