diff --git a/web/templates/index.html b/web/templates/index.html index 68a4d00..4ec74d1 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1,6 +1,7 @@ - My Pronouns Today + {% if name.is_some() %} {{ name.as_ref().unwrap() }}'s {% else %} + My{% endif %} Pronouns Today