Include some html in every router

hi , how can i include some html code like navbar to every router component ?

If you use components page, then you can create Custom reusable components Router Component | Framework7 Documentation

thank you it worked, but there is a way to return a file’s content instead of string ?
something like this : Framework7.registerComponent(‘my-tag’,{componentUrl:’./test.html’});