tera 0.11.20

Template engine based on Jinja2/Django templates
Documentation
use serde_json;

error_chain! {
    errors {}

    foreign_links {
        Json(serde_json::Error) #[doc = "An error happened while serializing JSON"];
    }
}