Ship the final German and English copy, compose every route from shared page primitives, and cover claims, parity and contact briefing in tests. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
252 B
HTML
9 lines
252 B
HTML
@if (page(); as copy) {
|
|
<div class="content-container stack page">
|
|
<app-page-hero [hero]="copy.hero" [ctas]="copy.ctas" />
|
|
@for (section of copy.sections; track section.id) {
|
|
<app-content-section [section]="section" />
|
|
}
|
|
</div>
|
|
}
|