Create a struct that will combine all the context for converting intermediate objects into the dust render context.

This commit is contained in:
Tom Alexander
2023-12-19 14:54:12 -05:00
parent 94d9a95967
commit cb3278aba5
4 changed files with 31 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ mod quote_block;
mod radio_link;
mod radio_target;
mod regular_link;
mod render_context;
mod section;
mod special_block;
mod src_block;