{ { title } }
if user . id <= 10 {{ "You are an early user!" }
{ "Click here to get rewards!" } } else if user . id <= 20 {{ "You are kind of an early user." }
{ "Check it out for your reward." } } else {{ "You are a regular user." }
}- for article in articles {
- { { article . title } } }