---
# Define a custom template for the `toc` tag to use
tocOpts:
  template: |+
    <%= depth %><%= bullet %>[<%= heading %>](<%= url %>)

# Specify the destination. Defaults to CWD
dest: TOC.md
---
# Table of Contents

> This multi-page TOC was generated by Verb using the [toc tag](./DOCS.md/#toc). See [the template](./docs/toc.tmpl.md)

{%= toc(['docs/**/*.md', '!docs/{_draft,src/extras}/**/*.md', '!**/*.tmpl.md']) %}

***

{%= include("footer") %}