salix/print/templates/email/worker-welcome/worker-welcome.html

10 lines
302 B
HTML
Raw Normal View History

2022-11-14 14:19:16 +00:00
<email-body v-bind="$props">
<div class="grid-row">
<div class="grid-block vn-pa-ml">
<h1>{{ $t('title', [id]) }}</h1>
2022-12-12 14:05:49 +00:00
<p>{{ $t('dearWorker') }},</p>
<p v-html="$t('workerData', [this.worker.name, this.url])"></p>
2022-11-14 14:19:16 +00:00
</div>
</div>
</email-body>