mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-09 15:24:00 -04:00
12 lines
258 B
HTML
12 lines
258 B
HTML
<div class="page-header">
|
|
<div>
|
|
<h1 class="page-header__title">{{ title() }}</h1>
|
|
@if (subtitle()) {
|
|
<p class="page-header__subtitle">{{ subtitle() }}</p>
|
|
}
|
|
</div>
|
|
<div class="page-header__actions">
|
|
<ng-content />
|
|
</div>
|
|
</div>
|