diff --git a/web/src/main.rs b/web/src/main.rs
index 24efffc..540030d 100644
--- a/web/src/main.rs
+++ b/web/src/main.rs
@@ -14,16 +14,14 @@ use pronouns_today::{InstanceSettings, Pronoun};
#[template(path = "index.html")]
struct IndexTemplate<'a> {
name: Option 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.{% if name.is_some() %} {{ name.as_ref().unwrap() }}'s {% else %}
- My{% endif %} pronouns today are: {{ short }}
+ My{% endif %} pronouns today are: {{ pronoun.render_threeform() }}
{{ 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 }}.
+ +