Given the following file structure:
root/
src/
_includes/
partials/
navbar.liquid
footer.liquid
address.liquid
base.liquid
index.liquid
How do I include partials/navbar.liquid and partials/footer.liquid in base.liquid and include partials/address.liquid in partials/footer.liquid ?
NOTE: This behavior has changed in version 1 and I cannot figure out the new model. A working solution would be a great addition to the 11ty documentation.
