aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar hoijui <hoijui.quaero@gmail.com>2022-01-13 08:49:06 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-01-13 09:01:55 +0100
commit292d88e7f2baf7b4ffcba807e56a58607ec9ff2f (patch)
tree621955080720c334b58bcdf58d242ea8ee3cb23c /README.md
parentcb1b28f8f49854adbb6467c392f72509fb8d436f (diff)
downloadaskama-292d88e7f2baf7b4ffcba807e56a58607ec9ff2f.tar.gz
askama-292d88e7f2baf7b4ffcba807e56a58607ec9ff2f.tar.bz2
askama-292d88e7f2baf7b4ffcba807e56a58607ec9ff2f.zip
README: Adds link to Jinja
... for those of us who do not know what it is.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e077c1..7c18dd2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI)
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama)
-Askama implements a template rendering engine based on Jinja.
+Askama implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/).
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 book][docs].