[README] It's now possible to create your own tags

This commit is contained in:
Kyle Fuller
2014-10-26 18:21:35 +00:00
parent 67eca80d61
commit b1cdd98673

View File

@@ -89,9 +89,8 @@ A tag can also effect the context and define variables as follows:
{% endfor %} {% endfor %}
``` ```
Stencil has a couple of built in tags which are listed below. You will also be Stencil has a couple of built in tags which are listed below. You can also
able to use the Stencil API to build your own in future versions. This is extend Stencil and provide your own tags.
tracked by a ticket [#6](https://github.com/kylef/Stencil/issues/6).
#### for #### for