#[derive(Template)]
{
// Attributes available to this derive:
#[template]
}
Expand description
The Template derive macro and its template() attribute.
Please see our template guide and askama’s book for more information.
#[derive(Template)]
{
// Attributes available to this derive:
#[template]
}
The Template derive macro and its template() attribute.
Please see our template guide and askama’s book for more information.