type_bridge.generator.render.template_loader¶
template_loader
¶
Jinja2 template loader for code generation.
get_template
¶
Load a template by name.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name
|
str
|
Template filename (e.g., "attributes.py.jinja") |
required |
Returns:
| Type | Description |
|---|---|
Template
|
Loaded Jinja2 Template object |