13 lines
395 B
HTML
13 lines
395 B
HTML
|
|
<ng-container>
|
||
|
|
<app-header [current_page]="currentPage" height="200px" background_image="/public/img/backgrounds/staff.png"
|
||
|
|
[overlay_gradient]="0.5">
|
||
|
|
<div class="title" header-content>
|
||
|
|
<h1>{{ formTitle }}</h1>
|
||
|
|
</div>
|
||
|
|
</app-header>
|
||
|
|
<!-- TODO add form styling in this div-->
|
||
|
|
<div>
|
||
|
|
<ng-content select="[form-content]"></ng-content>
|
||
|
|
</div>
|
||
|
|
</ng-container>
|