Skip to content

Instantly share code, notes, and snippets.

@mishak87
Created June 11, 2014 20:56
Show Gist options
  • Save mishak87/81def05bda47e40cba07 to your computer and use it in GitHub Desktop.
Save mishak87/81def05bda47e40cba07 to your computer and use it in GitHub Desktop.
Layouts using rixxi/mail-message-factory
{layout email.layout.latte}
{block subject}xyz{/block}
{block content}
Some html...
{/block}
{* missing another block *}
{subject}{ifset #subject}{else}Default title{/ifset}{/subject}
{ifset #text}{body}{include #text}{/body}{/ifset}
{body html}
<!-- some layout -->
{include #content}
{ifset #another}{include #another}{/ifset}
<!-- /some layout -->
{/body}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment