aboutsummaryrefslogtreecommitdiff
path: root/src/Documentation/_markdown.pug
blob: b5dcdf4287ab3dbba42e48a9cdbfd1317de02d66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
extends ../_layout.pug

prepend root
  - title = element.nice_path[element.nice_path.length - 1]

block content
  .container.spacing
    nav
      strong
        a(href="/Documentation") Documentation
      +menu(root.children.find(e => e.nice_name == "Documentation"))

    main.spacing
      != markdown