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>
11 lines
207 B
HTML
11 lines
207 B
HTML
<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>
|