You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-04-03-pebble.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ date: 2015-04-03 16:35:34
18
18
</dependency>
19
19
20
20
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! Currently the default extension of Pebble templates cannot be changed.
0 commit comments