escape_once

Escapes a string without changing existing escaped entities

Input
  • {{ '1 > 2 > 3' | escape_once }}
Output
  • 1 > 2 > 3