You searched for {{searchText}}

{% if synonyms or antonyms %} {% if synonyms %}

Synonyms are:

{% for syn in synonyms %} {{ syn|escape }} {% endfor %} {% endif %} {% if antonyms %}

Antonyms are:

{% for ant in antonyms %} {{ ant|escape }} {% endfor %} {% endif %} {% else %}

There were no results!

{% endif %}

Gimme another single word (for now)