Skip to content

Commit

Permalink
update readme with example for content data in mail template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 12, 2015
1 parent 470f13e commit 29a1967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,7 @@ To output the data in the email see the following example:
Firstname: {{ form.data.firstName }}<br/>
Lastname: {{ form.data.lastName }}<br/>
{# You can also access the template data in your mail #}
{{ content.mail_success_text }}
```

0 comments on commit 29a1967

Please sign in to comment.