<% headings.forEach(function(heading) { -%>
<%= "  ".repeat(heading.level); %>- [<%= heading.title %>](<%= heading.anchor %>)
<% }); %>