Skip to content

Commit 95413b3

Browse files
committed
Update 2015-04-03-pebble.md
Removed the +
1 parent ca07517 commit 95413b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2015-04-03-pebble.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ 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 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.
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.
2322

2423
#### Integration
2524

0 commit comments

Comments
 (0)