[Resolved] Flowrouter rendering templates and not loading css

Hey all
I am new to meteor. I am using flowrouter for routing but when i render my header template and body template according to routes then it renders header without css applied to it i don’t know whats happening ?

Welcome to the Meteor forums, @taalhach.

You need to post in more detail, and with code samples, what you are trying to achieve, or else nobody will be able to help.

Just as a quick pointer: FlowRouter is not responsible for CSS, and also, there should not be any link to CSS files in < head >. Meteor takes care of that separately. Maybe you should start by giving the docs a read: https://guide.meteor.com/build-tool.html#css