diff --git a/_posts/08-04-01-Compiled-Templates.md b/_posts/08-04-01-Compiled-Templates.md index 02aabee..8481eb2 100644 --- a/_posts/08-04-01-Compiled-Templates.md +++ b/_posts/08-04-01-Compiled-Templates.md @@ -37,7 +37,7 @@ Using the [Twig](http://twig.sensiolabs.org/) library. {% highlight text %} {% raw %} -// template.php +// template.html @@ -56,7 +56,7 @@ Using the [Twig](http://twig.sensiolabs.org/) library. {% highlight text %} {% raw %} -// user_profile.php +// user_profile.html {% extends "template.html" %}