mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
docs: update twig's URL
This commit is contained in:
parent
57312e1922
commit
38016cc4b8
@ -51,7 +51,7 @@
|
||||
//! **expressions**, which get replaced with content while being rendered, and
|
||||
//! **tags**, which control the template's logic.
|
||||
//! The template syntax is very similar to [Jinja](http://jinja.pocoo.org/),
|
||||
//! as well as Jinja-derivatives like [Twig](http://twig.sensiolabs.org/) or
|
||||
//! as well as Jinja-derivatives like [Twig](https://twig.symfony.com/) or
|
||||
//! [Tera](https://github.com/Keats/tera).
|
||||
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
|
@ -9,7 +9,7 @@ A template consists of **text contents**, which are passed through as-is,
|
||||
**expressions**, which get replaced with content while being rendered, and
|
||||
**tags**, which control the template's logic.
|
||||
The [template syntax](template_syntax.md) is very similar to [Jinja](http://jinja.pocoo.org/),
|
||||
as well as Jinja-derivatives like [Twig](http://twig.sensiolabs.org/) or
|
||||
as well as Jinja-derivatives like [Twig](https://twig.symfony.com/) or
|
||||
[Tera](https://github.com/Keats/tera).
|
||||
|
||||
```rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user