Week 1: Disappearing Text
We had a case where we wanted to replace some static text in a template with
some text that changed depending on who was logged in. Textbook webdev 101
stuff. We added a property on the relevant model to return the correct
phrase, we made sure that the model was accessible from something in the context, replaced the text in the template with a
reference to this in some {{
curly
brackets }}
… and we came up with nothing. Or it showed
up in some cases but not in other cases where we applied the
|title
filter.