salix/print/templates/email/vehicle-event-expired/vehicle-event-expired.html

9 lines
224 B
HTML

<email-body v-bind="$props">
<div class="grid-row">
<div class="grid-block vn-pa-ml">
<h1>{{ $t('title') }}</h1>
<p v-html="$t('description')"></p>
</div>
</div>
</email-body>