You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/packages.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,9 @@ packages:
187
187
extra_door: ${ left_garage_door if enable_extra_door else {} }
188
188
```
189
189
190
-
The above utilizes a [Jinja expression](/components/substitutions#jinja-expressions) to determine whether `left_garage_door` package is actually included. `enable_extra_door` can be set from the [command line](/components/substitutions#command-line-substitutions) as well.
190
+
The above utilizes a [Jinja expression](/components/substitutions#jinja-expressions) to determine whether
191
+
`left_garage_door`package is actually included. `enable_extra_door` can be set from the
192
+
[command line](/components/substitutions#command-line-substitutions) as well.
0 commit comments