Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-12 21:24:53 +00:00
parent b312b9931d
commit 22ab51b29c
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
@use super::{header_html, footer_html};
@use super::{header_html, footer_html, mara};
@use crate::post::Post;
@use chrono::prelude::*;
@(post: Post, body: impl ToHtml)