dj_angles.replacers.variables¶ Module Contents¶ dj_angles.replacers.variables.logger¶ dj_angles.replacers.variables.replace_variables(html: str) → str¶ Replace Django-like tags (or-expressions and inline-ifs) with standard Django tags. Parameters: html – Template HTML. Returns: The converted template HTML.