ref: f7c1b5fe1c22ba5f16e3fa442df6a8a70711f23f
dir: /docs/layouts/shortcodes/content-tree.html/
<div class="code"> <pre><code> ├── blog │ ├── _index.md [section] │ ├── first-post.md [page] │ └── second-post │ ├── index.md [page bundle] │ └── photo.jpg [page resource] └── tags ├── _index.md [taxonomy] └── funny └── _index.md [term] </code></pre> </div>