Specify rendered template filename

This commit is contained in:
Tom Holland 2016-11-07 10:03:33 -08:00 committed by GitHub
parent 2d64a5dff7
commit 682bfafaa0
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ The double token, `##` indicates a chain. If the previous tag fails, this tag wi
}
```
Leaf renders this as:
Leaf renders `html.leaf` as:
```html
<!DOCTYPE html>
@ -144,7 +144,7 @@ Leaf renders this as:
/// body.leaf
<body></body>
```
Leaf renders this as:
Leaf renders `html.leaf` as:
```html
<!DOCTYPE html>