Merge pull request #470 from michael-k/fn-ext

Used .html as filename extension for templates
This commit is contained in:
Phil Sturgeon
2014-11-21 11:20:29 +00:00

View File

@@ -37,7 +37,7 @@ Using the [Twig](http://twig.sensiolabs.org/) library.
{% highlight text %}
{% raw %}
// template.php
// template.html
<html>
<head>
@@ -56,7 +56,7 @@ Using the [Twig](http://twig.sensiolabs.org/) library.
{% highlight text %}
{% raw %}
// user_profile.php
// user_profile.html
{% extends "template.html" %}