I need to set attributes on the html tag or alternatively the body tag of the document in a Meteor.js application.
Specifically I want to have <html dir="rtl">
or <body dir="rtl">
..
Trying the latter, I receive the console message:
While building the application:
client/views/layout/layout.html:7: Attributes on <body> not supported
=> Your application has errors. Waiting for file change.
So how do you do this?