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
Outside of an if statement raymond will silently ignore invalid references within a template. Within the condition of an if, raymond will panic on an invalid reference:
Outside of an
if
statement raymond will silently ignore invalid references within a template. Within the condition of anif
, raymond will panic on an invalid reference:Example:
Results in:
The text was updated successfully, but these errors were encountered: