for example i want costum email template in magento 2 like above.
in backend admin marketing > email templates > and I choose email footer
I already make blocks for manage img logo footer dan icon sosmed, after that
in email footer
<tr>
<td class="footer">
<hr>
<p class="closing">Thank You !</p>
<p>{{block class="Magento\\Cms\\Block\\Block" block_id="logo-footer-email"}}</p>
<p class="need-help">Need help? Contact us at <span class="tlp">{{config path="general/store_information/phone"}}</span></p>
<p class="title-sosmed">Connect with Schots </p>
<p class="icon-sosmed">{{block class="Magento\\Cms\\Block\\Block" block_id="sosmed-email"}}
</p>
<hr>
<p class="text-copyright">
<i class="fa fa-copyright">
</i>
My coporate. All Rights Reserved.
</p>
</td>
My question in preview template email footer the img logo dan icon sosmed already show up but in the other template email such as new order email template, new account email template etc, img logo and icon sosmed can't show up, what's wrong? or maybe because im using block for img footer and icon sosmed? beacuse I don't know how put img logo footer and icon sosmed in email footer template.