How do I include a helper (counter) in a Notification message

This is what I’m shooting for, the counter is already made. I just need to know how to configure this message:

Wet clothes have been in the washing machine for {Wet Clothes Counter} minutes

message: |
  Wet clothes have been in the washing machine for {{ states('counter.wet_clothes_example') }} minutes

Thank you!