mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 23:41:37 +01:00
13 lines
563 B
Text
13 lines
563 B
Text
-# locals: (title:, image_url: nil, subtitle: nil)
|
|
%table.email-w-full.email-header-heading-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
%td.email-header-heading-td
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
- if image_url
|
|
%td.email-header-heading-img-td
|
|
= image_tag image_url, alt: '', width: 56, height: 56
|
|
%td.email-header-heading-txt-td
|
|
%h1= title
|
|
- if subtitle
|
|
%p= subtitle
|