dj_angles.regex_replacer ======================== .. py:module:: dj_angles.regex_replacer Submodules ---------- .. toctree:: :maxdepth: 1 /api/dj_angles/regex_replacer/attribute_replacer/index /api/dj_angles/regex_replacer/objects/index /api/dj_angles/regex_replacer/tag_replacer/index Package Contents ---------------- .. py:data:: logger .. py:function:: convert_template(html: str) -> str Gets a list of replacements based on template HTML, replaces the necessary strings, and returns the new string. :param param html: Template HTML. :returns: The converted template HTML.