mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-06 06:27:40 +03:00
Replace askama
with rinja
(#276)
This commit is contained in:
parent
f71b0cd178
commit
1838fdaea4
11 changed files with 82 additions and 53 deletions
|
@ -3,10 +3,10 @@ use crate::{
|
|||
server::RequestExt,
|
||||
utils::{ErrorTemplate, Preferences},
|
||||
};
|
||||
use askama::Template;
|
||||
use build_html::{Container, Html, HtmlContainer, Table};
|
||||
use hyper::{http::Error, Body, Request, Response};
|
||||
use once_cell::sync::Lazy;
|
||||
use rinja::Template;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use time::OffsetDateTime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue