[][src]Crate reign_derive

Macros

layouts

Auto load the layouts (askama templates) from src/views/_layouts directory.

render

Shorthand notation for rendering a template in a controller action.

views

Auto load the views (askama templates) from src/views/[input] directory.

Attribute Macros

read_form

Derive Macros

Layout

Denote an askama template as a layout.