Crate templr_parser

Source

Re-exports§

pub use attrs::Attr;
pub use call::Call;
pub use doctype::Doctype;
pub use element::Element;
pub use entity::Entity;
pub use for_stmt::For;
pub use if_stmt::If;
pub use let_stmt::Let;
pub use match_stmt::Match;
pub use name::Name;
pub use raw_text::RawText;

Modules§

attrs
call
doctype
element
entity
for_stmt
if_stmt
let_stmt
match_stmt
name
raw_text

Structs§

Scope
TemplBody
UseChildren
UseContext
With

Enums§

Block
Node
Use