Skip to content

Instantly share code, notes, and snippets.

@rilwanfit
Created December 8, 2019 14:34
Show Gist options
  • Save rilwanfit/e719336bba9120a242b650d9c0416fd7 to your computer and use it in GitHub Desktop.
Save rilwanfit/e719336bba9120a242b650d9c0416fd7 to your computer and use it in GitHub Desktop.
{% 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