14 lines
414 B
HTML
14 lines
414 B
HTML
<!DOCTYPE html>
|
|
<html v-bind="$props">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<title>{{ $t('subject') }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ $t('title') }} {{name}}</h1>
|
|
<p>{{ $t('clientMail') }} {{email}}</p>
|
|
<p>{{ $t('ticketId') }} <a :href='url'>{{ticketId}}</a>
|
|
</body>
|
|
</html>
|