use Tera;
use Table;
/// A constructable version of [HumusEngine] without the types attached.
///
/// Can be converted from and to to a [HumusEngine] when it is enabled
/// with the `axum-view` flag. Otherwise it acts as a container for
/// returning values from the [TemplateEngineLoader].
///
/// [HumusEngine]: ./struct.HumusEngine.html
/// [TemplateEngineLoader]: ./struct.TemplateEngineLoader.html