Desired output:
You're currently following xx artists
Assuming I'm using Pug in a Django template, how would I achieve that if I don't want to hardcode the URL (which I have named as artists
in my URL), and if the artist count is also a variable?
I can do this:
p You're currently following #{user_artists_count} artists
but how can I make the last part a link to a Django URL with the name artists
?