[−][src]Trait askama::Template
Main Template
trait; implementations are generally derived
Required methods
fn render_into(&self, writer: &mut dyn Write) -> Result<()>
Renders the template to the given writer
buffer
fn extension(&self) -> Option<&str>
Helper method to inspect the template's extension