basic.html (1-76)
- DOCTYPE @1
- app.js scripts/app.js @9 [defer]
- main-header #main-header @12 [header]
  - Main navigation @13 [nav] # Main navigation
    - unordered list 0 items @14 [unordered]
- content #content @22 [main]
  - article @23 [article]
    - Welcome to the Test Page H1 @24
    - features #features @27 [section]
      - Features Section H2 @28
      - feature-list 0 items @29 [unordered]
    - contact-section #contact-section @36 [section]
      - Contact Us H2 @37
      - contact-form POST /api/contact @38 [post]
        - name <input> @42 [input]
        - email <input> @45 [input]
        - message <textarea> @48 [textarea]
  - sidebar #sidebar @56 [aside]
    - Related Links H3 @57
    - ordered list 0 items @58 [ordered]
- main-footer #main-footer @65 [footer]
- style @69
   69 |     <style>
   70 |         @import "components/buttons.css";
   71 |         body { margin: 0; }
   72 |     </style>
- inline inline script @74
