Index: chrome/common/extensions/docs/templates/private/relatedpages_title.html |
diff --git a/chrome/common/extensions/docs/templates/private/relatedpages_title.html b/chrome/common/extensions/docs/templates/private/relatedpages_title.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fcab8b049a6314cdee48f995d612399ce8efaca6 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/private/relatedpages_title.html |
@@ -0,0 +1,7 @@ |
+{{#t:items}} |
+ {{?t.selected}} |
+ <h3 title="">{{t.parent.title}}</h3> |
+ {{:t.selected}} |
+ {{?t.items +partials.relatedpages_title items:t.items /}} |
+ {{/t.selected}} |
+{{/items}} |