Skip to content

Commit

Permalink
Update docs/hypervisor_config.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Beckert <matthias.beckert@elektrobit.com>
  • Loading branch information
MofX and matthiasb85 authored Feb 19, 2025
1 parent 171b0e8 commit 9da20cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/hypervisor_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ Parsing this will return an instance of a `Root`-object with the five properties
The `list_of_objects` property will contain a list of two `AnotherObject` instances.
This root object is passed to the jinja templates using the variable name `config` and can then be used to render the templates.

Two templates are rendered in this example: *jinja_template.cfg.j2* is rendered using jinja2 and will be stored in the output folder as *jinja_template.cfg*. While *copy_me.lua* is just copied to the output folder.
Two templates are rendered in this example:
*jinja_template.cfg.j2* is rendered using jinja2 and will be stored in the output folder as *jinja_template.cfg*.
*copy_me.lua* is just copied to the output folder.


### Model
Expand Down

0 comments on commit 9da20cc

Please sign in to comment.