Project

General

Profile

Feature #16740

Updated by Marek Hulán over 7 years ago

We should provide easy way to use all expose host parameters in templates to avoid calling internal method like @host.info['parameter'] or variable @parameters. Also there should be only one way so users don't have to check both info and @parameters. @host.info['parameter']. Ideally we'd add some macro to access it, which would also cache it while keeping it lazy (load on first time access).

Back