- 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
66 B
Plaintext
4 lines
66 B
Plaintext
h1 Include Test
|
|
include includes/some_partial.pug
|
|
p After include
|