Skip to content

Commit ca07517

Browse files
committed
Update 2015-04-03-pebble.md
Updated Pebble description.
1 parent 41408af commit ca07517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2015-04-03-pebble.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ date: 2015-04-03 16:35:34
1818
</dependency>
1919

2020
2) Start writing [Pebble][pebble] templates in the `templates` folder of your application.
21-
**Note:** The default file extension of a Pebble template is `.peb` and it may be ommitted from your templates and your Pippo Java code.
21+
**Note:** The default file extension of a Pebble template is `.peb` and it has to be ommitted from your templates and your Pippo Java code. The default location (=base path) of the template files is `src/main/resources/templates`. If you use template inheritance or partial templates then you have to omit the base path!
22+
+Currently the default extension of Pebble templates cannot be changed.
2223

2324
#### Integration
2425

0 commit comments

Comments
 (0)