diff options
Diffstat (limited to 'chrome/common/extensions/docs/templates/private/standard_extensions_article.html')
-rw-r--r-- | chrome/common/extensions/docs/templates/private/standard_extensions_article.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/private/standard_extensions_article.html b/chrome/common/extensions/docs/templates/private/standard_extensions_article.html new file mode 100644 index 0000000..7959f36 --- /dev/null +++ b/chrome/common/extensions/docs/templates/private/standard_extensions_article.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + {{+partials.header_head}} + <title>{{article.title}} - Google Chrome</title> + </head> + <body> + {{+partials.header_body title:extensions_title}} + <div id="gc-container"> + {{+partials.extensions_sidenav}} + <div id="gc-pagecontent"> + <h1 class="page_title">{{article.title}}</h1> + {{?article.toc}} + {{+partials.table_of_contents toc_items:article.toc + has_toc:true + title:extensions_title}} + {{/article.toc}} +{{- This may contain <pre> tags so it is not indented -}} +{{+article.intro is_apps:false}} + </div> + </div> + </body> + {{+partials.extensions_footer}} +</html> |