Starting a struct for what will be passed as the context into dust.

This commit is contained in:
Tom Alexander
2023-10-22 15:31:45 -04:00
parent a510d0809f
commit b72aec9d20
2 changed files with 9 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
mod definition;
mod render_context;
pub(crate) use definition::BlogPost;