mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
Fix formatting in "Variables" section of docs
This commit is contained in:
parent
e1b70fb1b9
commit
1442aa71e5
@ -51,8 +51,8 @@
|
|||||||
//! Reading from variables is subject to the usual borrowing policies.
|
//! Reading from variables is subject to the usual borrowing policies.
|
||||||
//! For example, `{{ name }}` will get the ``name`` field from the template
|
//! For example, `{{ name }}` will get the ``name`` field from the template
|
||||||
//! context,
|
//! context,
|
||||||
//! while `{{ user.name }}` will get the ``name`` field of the `user`
|
//! while `{{ user.name }}` will get the ``name`` field of the ``user``
|
||||||
//! ``field`` of the template context.
|
//! field of the template context.
|
||||||
//!
|
//!
|
||||||
//! ## Filters
|
//! ## Filters
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user