In BC I’m currently loading some content conditionally based on current page URL, eg.
{% if globals.get.id == “/thisisthepage” %}
add this code
Q: How can I achieve this in Treepl?
Im guessing its the globals.get.id needs to be changed to whatever returns the URL in Treepl.
Q: Is there a reference page showing the differences between BC and Treepl with regards to things like this?