You should be able to toggle between rendering template strings as the raw string (e.g. {{host}}/get) and the rendered value (e.g. https://httpbin.org/get). Each rendered value should get some extra styling (e.g. a background highlight) to indicate it's a templated value.
You should be able to toggle between rendering template strings as the raw string (e.g.
{{host}}/get) and the rendered value (e.g.https://httpbin.org/get). Each rendered value should get some extra styling (e.g. a background highlight) to indicate it's a templated value.