config_load - pfaciana/latte-js GitHub Wiki
{config_load} is used for loading config #variables# from a configuration file into the template.
| Attribute | Required | Default | Description |
|---|---|---|---|
| file | Yes | n/a | The value of the file attribute is passed to Latte.prototype.getConfig() method to get configuration file text. |
| section | No | n/a | The name of the section to load |
see also Latte.prototype.getConfig()