This page picks a random pronoun from a list of preferred pronouns every
day.
{% if name.is_some() %} {{ name.as_ref().unwrap() }}{% else %}
- Whoever linked you to this page{% endif %} would like you to try {{ short }} pronouns for
- {{ objective }} today.
+ Whoever linked you to this page{% endif %} would like you to try {{ pronoun.render_threeform() }} pronouns for
+ {{ pronoun.object_pronoun }} today.
+
+
Here are some example sentences using my she/her pronouns:
+
+
{{ pronoun.subject_pronoun | capitalize }} walked the dog.
+
+
I went with {{ pronoun.object_pronoun }}.
+
+
{{ pronoun.subject_pronoun | capitalize }} rode {{ pronoun.possesive_determiner }} bike.
+
+
At least I think it is {{ pronoun.possesive_pronoun }}.
+
+
{{ pronoun.subject_pronoun | capitalize }} bought the stuffed animal for {{ pronoun.reflexive_pronoun }}.