Created
December 8, 2019 14:34
-
-
Save rilwanfit/e719336bba9120a242b650d9c0416fd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% apply inky_to_html|inline_css(source('@styles/foundation-emails.css'), source('@styles/email.css')) %} | |
<container> | |
<row class="header"> | |
<columns> | |
<a href="{{ url('app_homepage') }}"> | |
<img src="{{ email.image('@images/email/logo.png') }}" class="logo" alt="SpaceBar Logo"> | |
</a> | |
</columns> | |
</row> | |
{% block content %} | |
{% endblock %} | |
<row class="footer"> | |
<columns> | |
<p>Cheers,</p> | |
<p>Your friendly <em>Space Bar Team</em></p> | |
</columns> | |
</row> | |
<row class="bottom"> | |
<columns> | |
<center> | |
<spacer size="20"></spacer> | |
<div> | |
Sent with ❤️ from the friendly folks at The Space Bar | |
</div> | |
</center> | |
</columns> | |
</row> | |
</container> | |
{% endapply %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment