how to derive a tree from freemarker ftl includes -
i have ftl including ftl b , ftl c. , ftl b , c has few more includes. there tool show graph/tree of includes?
there's no such tool yet. though note #include
-s evaluated on runtime, furthermore included template name can dynamic (i.e., can contain variables), , chosen templatetookupstrategy
can complicate things further, it's not in general possible come inclusion tree without executing template , capturing templatecache
calls.