Index: chrome/common/extensions/docs/server2/templates/private/standard_article.html |
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_article.html |
deleted file mode 100644 |
index f4063258616bc74c1425b23216c0d116ef473028..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/server2/templates/private/standard_article.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- {{+partials.header_head}} |
- <title>{{article.title}} - Google Chrome</title> |
- </head> |
- <body> |
- {{+partials.header_body}} |
- <div id="gc-container"> |
- {{+partials.sidenav}} |
- <div id="gc-pagecontent"> |
- {{?article.toc}} |
- {{+partials.table_of_contents toc:article.toc}} |
- {{/article.toc}} |
-{{- This may contain <pre> tags so it is not indented -}} |
-{{+article.intro}} |
- </div> |
- </div> |
- </body> |
- {{+partials.footer}} |
-</html> |