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
Hi! I couldn't find an answer on google or documentation. I want pass template file via variable or function like this:
{% include "./Lumia/partials/primitives/{{Value.GetType()}}.html" with Value=Value only %}
but get error:
views: [Error (where: fromfile) in partials\primitives\{{Value.GetType()}}.html | Line 1 Col 12 near 'partials/primitives/{{Value.GetType()}}.html'] unable to resolve template
Is there any workaround?
The text was updated successfully, but these errors were encountered:
Hi! I couldn't find an answer on google or documentation. I want pass template file via variable or function like this:
but get error:
Is there any workaround?
The text was updated successfully, but these errors were encountered: