How do I add attribute to the <body> tag in kid template?I would like to add "onload='myfunc'" to the <body> tag in the welcome.kid example.
I have tried <body py:attrs="onload='myfunc'> but that doesn't work.Thanks!
How do I add attribute to the <body> tag in kid template?I would like to add "onload='myfunc'" to the <body> tag in the welcome.kid example.
I have tried <body py:attrs="onload='myfunc'> but that doesn't work.Thanks!