You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway not to repeat the above <header> code in every single page template and define it only once? all the pages in my app share the same header row with the buttons to side-panel and settings, and I may only want to change the <h1> title.
Is there anyway not to repeat the above
<header>code in every single page template and define it only once? all the pages in my app share the same header row with the buttons to side-panel and settings, and I may only want to change the<h1>title.