
Django template filter that creates an "a" or "an" in front of your text based on it's phonetic value.
Anora is a Django template filter that adds the appropriate article ("a" or "an") before a word based on its phonetic value. It also automatically adds a space before the word.
Anora is a Django template filter that adds the appropriate article ("a" or "an") before a word based on its phonetic value. It also automatically adds a space before the word. Installation is simple and usage involves loading the Anora template filter and using it in Django templates.
