Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
296 B
ERB
9 lines
296 B
ERB
<div class="mx-auto max-w-5xl space-y-6">
|
|
<div>
|
|
<h1 class="text-2xl font-semibold tracking-tight">Nuovo template</h1>
|
|
<p class="mt-1 text-sm text-zinc-500">HTML con variabili {{campo}} dalla scheda del cliente.</p>
|
|
</div>
|
|
|
|
<%= render "form", mail_template: @mail_template %>
|
|
</div>
|