Skip to content

Commit

Permalink
add a note on template extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos authored Sep 23, 2024
1 parent 0364769 commit a535a5c
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 @@ -1093,6 +1093,8 @@ injects the specified keys into the context map:

## Template Inheritance

**note**: tags using template inheritance can only be used with `render-file` since `render` will only consider the input string itself

### Extending Templates

Templates can inherit from other templates using the `extends` tag. When extending a template, any blocks in the parent
Expand Down

0 comments on commit a535a5c

Please sign in to comment.