How can I replace % in a string
%
{{ title|replace({'%\%%': ключ}) }}
like that doesn't work.
{{ title|replace({'%': ключ}) }}
Source: https://ru.stackoverflow.com/questions/811561/More articles:Heavy Django TasksParsing a string to split words into spacesUploading a file from another server / site to your serverPostgres. Re-generate ID and sequenceTime spent on site byHow to cancel filter: blur (2px) for a child?How to write Exception so that the program does not crashAndroid widget dumps dataIs it possible to dynamically pass a component to Converting a regular expression to a mask for input type = textAll Articles
{{ title|replace({'%': ключ}) }}- Artem Gorlachev