Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/guides/computed-attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ nodes:

:::note

In your template, you can utilize most of the built-in filters provided by Jinja2!
In your template, you can utilize most of the **filters** provided by **Jinja2** and **Netutils**!

For more information, please consult the [Schema Reference](../reference).
For more information, please consult the [SDK Templating Reference]($(base_url)python-sdk/reference/templating).

:::

Expand Down
8 changes: 8 additions & 0 deletions docs/docs/guides/jinja2-transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,14 @@ end
{% endif %}
```

:::note

In your template, you can utilize most of the **filters** provided by **Jinja2** and **Netutils**!

For more information, please consult the [SDK Templating Reference]($(base_url)python-sdk/reference/templating).

:::

## 4. Create a .infrahub.yml file

In the .infrahub.yml file you define what transforms you have in your repository that you want to make available for Infrahub.
Expand Down
Loading