diff --git a/app/_src/gateway/kong-enterprise/datakit/configuration.md b/app/_src/gateway/kong-enterprise/datakit/configuration.md index bc262b3f8ad..baa4650cf02 100644 --- a/app/_src/gateway/kong-enterprise/datakit/configuration.md +++ b/app/_src/gateway/kong-enterprise/datakit/configuration.md @@ -162,7 +162,7 @@ Create a template for parsing the output of an external API call to a coordinate - first: FIRST.body output: service_request.body template: | - Coordinates for {{ first.places.0.[place name] }}, {{ first.places.0.state }}, {{ first.country }} are ({{ first.places.0.latitude }}, {{ first.places.0.longitude }}). + {% raw %}Coordinates for {{ first.places.0.[place name] }}, {{ first.places.0.state }}, {{ first.country }} are ({{ first.places.0.latitude }}, {{ first.places.0.longitude }}){% endraw %}. ``` ### `exit` node type