funky-framadate-front/src/app/features/shared/static-pages/static-pages.component.html

9 lines
157 B
HTML

<app-header></app-header>
<main id="main" role="main">
<div class="container">
<router-outlet></router-outlet>
</div>
</main>
<app-footer></app-footer>