render_pre_element_lexicon() in templates.py is only called if template_path in the config is not None. But there is no condition for render_enclitic_lexicon(), so the code complains if no enclitic template is provided. Enclitics should not be required, just like preverbs are not required.
render_pre_element_lexicon() in templates.py is only called if template_path in the config is not None. But there is no condition for render_enclitic_lexicon(), so the code complains if no enclitic template is provided. Enclitics should not be required, just like preverbs are not required.