dj_angles.replacers.variables ============================= .. py:module:: dj_angles.replacers.variables Module Contents --------------- .. py:data:: logger .. py:function:: replace_variables(html: str) -> str Replace Django-like tags (or-expressions and inline-ifs) with standard Django tags. :param html: Template HTML. :returns: The converted template HTML.