diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-05 19:35:55 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-05 19:35:55 +0100 |
commit | 5e3ee8e4271f9f245763c2d938121d10739b0378 (patch) | |
tree | 410eba82d9fd688701266869621a9745bcc0587e /README.rst | |
parent | b71b743f58243859ec344fb2e7765a04116897e5 (diff) | |
download | askama-5e3ee8e4271f9f245763c2d938121d10739b0378.tar.gz askama-5e3ee8e4271f9f245763c2d938121d10739b0378.tar.bz2 askama-5e3ee8e4271f9f245763c2d938121d10739b0378.zip |
Add testimonial from Armin Ronacher
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,9 @@ It generates Rust code from your templates at compile time based on a user-defined ``struct`` to hold the template's context. See below for an example, or read `the documentation`_. +**"Pretty exciting. I would love to use this already."** -- `Armin Ronacher`_, +creator of Jinja + Currently implemented features: * Generates fully type-safe Rust code from your templates @@ -32,6 +35,7 @@ All feedback welcome. Feel free to file bugs, requests for documentation and any other feedback to the `issue tracker`_ or `tweet me`_. .. _the documentation: https://docs.rs/askama +.. _Armin Ronacher: http://lucumr.pocoo.org/ .. _issue tracker: https://github.com/djc/askama/issues .. _tweet me: https://twitter.com/djco/ |