This commit is contained in:
Dan Mindru 2019-09-03 12:48:11 +02:00
parent 265f955af5
commit 3f6dc14c78
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Each HTML file will be treated as an email template, except for `*.inc.html`. Se
### Using partials (*.inc.html) ### Using partials (*.inc.html)
By naming files with `*.inc.html`, they become partials. Partials will not be treated as templates (ignored), but they can be included in any HTML template using a `@include` HTML comment. By naming files with `*.inc.html`, they become partials. Partials will not be treated as templates (ignored), but they can be included in any HTML template using the `@include` HTML comment.
```html ```html
<section> <section>