content: replace scaffolding with bilingual pages and case studies
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>
This commit is contained in:
10
src/app/shared/legal-review-notice/legal-review-notice.html
Normal file
10
src/app/shared/legal-review-notice/legal-review-notice.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<aside class="legal-review" role="note">
|
||||
<p>{{ notice() }}</p>
|
||||
@if (todos().length > 0) {
|
||||
<ul>
|
||||
@for (todo of todos(); track $index) {
|
||||
<li>{{ todo }}</li>
|
||||
}
|
||||
</ul>
|
||||
}
|
||||
</aside>
|
||||
Reference in New Issue
Block a user