- Add includes/some_partial.pug partial in demo views - Add pages/include-demo.pug page using include directive - Add /include-demo route in demo server - Add link to include demo in about page - Fix test_includes.zig path in build.zig - Add test_views for include testing
4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
.info-box
|
|
h3 Included Partial
|
|
p This content comes from includes/some_partial.pug
|