twig.js
=======

The flexible, secure, and high-performance templating engine for Javascript
using Jinja/Twig style syntax.

It compiles your Twig templates to raw Javascript allowing you to use the same
templates for both server-, and client-side.

Documentation
-------------

.. toctree::
    :hidden:
    
    installation
    usage
    filters
    functions
    tests
    contributing
    

- :doc:`Installation <installation>`
- :doc:`Usage <usage>`
- :doc:`Filters <filters>`
- :doc:`Functions <functions>`
- :doc:`Tests <tests>`
- :doc:`Contributing <contributing>`

License
-------

The code is released under the business-friendly `Apache2 license`_. 

Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported
license`_.

.. _Apache2 license: http://www.apache.org/licenses/LICENSE-2.0.html
.. _Attribution-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/

