9 lines
238 B
HTML
9 lines
238 B
HTML
<ng-container *transloco="let t;">
|
|
<div class="container-fluid">
|
|
<ng-content></ng-content>
|
|
|
|
@if (subtitle) {
|
|
<div class="description text-muted mt-1" [innerHTML]="subtitle | safeHtml"></div>
|
|
}
|
|
</div>
|
|
</ng-container>
|