xref: /aosp_15_r20/external/perfetto/infra/perfetto.dev/src/template_markdown.html (revision 6dbdd20afdafa5e3ca9b8809fa73465d530080dc)
1<%- include('template_header.html'); -%>
2<div class="docs">
3  <nav class="nav">
4    <%- nav %>
5  </nav>
6
7  <main class="doc" data-md-file="<%= fileName %>">
8    <%- markdown %>
9  </main>
10
11  <section class="toc"></section>
12
13  <%- include('template_footer.html'); -%>
14</div>
15
16</body>
17</html>
18