Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / relatedpages_items.html
blob706b8005fb88e4c761d9607e17adbc365ce8a5c7
1 <section class="related">
2 <ol class="toc">
3 {{#l0:items}}
4 <li class="{{+partials.show_selected_and_related item:l0/}} toplevel">
5 <span>{{l0.title}}</span>
6 <ol class="toc">
7 {{#l1:l0.items}}
8 <li class="{{+partials.show_selected_and_related item:l1/}}">
9 <a href="{{l1.href}}">
10 {{l1.title}}
11 </a>
12 <ol class="toc">
13 {{?l1.items}}{{#l2:l1.items}}
14 <li class="{{+partials.show_selected_and_related item:l2/}}">
15 {{?l2.href}}<a href="{{l2.href}}">{{/l2.href}}
16 {{l2.title}}
17 {{?l2.href}}</a>{{/l2.href}}
18 <ol class="toc">
19 {{?l2.items}}{{#l3:l2.items}}
20 <li class="{{+partials.show_selected_and_related item:l3/}}">
21 <a href="{{l3.href}}">{{l3.title}}</a>
22 </li>
23 {{/l2.items}}{{/l2.items}}
24 </ol>
25 </li>
26 {{/l1.items}}{{/l1.items}}
27 </ol>
28 </li>
29 {{/l0.items}}
30 </ol>
31 </li>
32 {{/items}}
33 </ol>
34 </section>