adobe / htl-spec

HTML Template Language Specification
Apache License 2.0
280 stars 146 forks source link

Path rules for include unclear #90

Open twothe opened 4 years ago

twothe commented 4 years ago

As a new user of HTL I am trying to understand where my files need to be placed and how they can be accessed with an include directive. While the spec describes how to actually include things, it does not explain to a beginner in an understandable way how the path to it must be formed correctly to actually be able to include a specific file.

The same problem exists for the other ways to include things, like use, or resource.

raducotescu commented 2 years ago

Does https://github.com/adobe/htl-spec/commit/7264a84a9d4214dfc0b82678f1696b2b65af1530 help with this, or do you think something more would be required?