dj_angles.mappers.angles ======================== .. py:module:: dj_angles.mappers.angles Module Contents --------------- .. py:function:: default_mapper(tag: dj_angles.tags.Tag) -> str The default mapper which gets used when no other mapper matches a key in the `tag_map`. Basically works like `map_include` except the element's name is used for the template file. .. rubric:: Examples - `` is equivalent to `` :param param tag: The tag to map. .. py:function:: map_angles_include(tag: dj_angles.tags.Tag) -> str Mapper function for the angles include tag; handles the implementation of slots. :param param tag: The tag to map.