mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 15:00:57 +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.
|
||||
//! For example, `{{ name }}` will get the ``name`` field from the template
|
||||
//! context,
|
||||
//! while `{{ user.name }}` will get the ``name`` field of the `user`
|
||||
//! ``field`` of the template context.
|
||||
//! while `{{ user.name }}` will get the ``name`` field of the ``user``
|
||||
//! field of the template context.
|
||||
//!
|
||||
//! ## Filters
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user