Start of rendering partials.

This commit is contained in:
Tom Alexander
2020-05-08 19:24:32 -04:00
parent ec321a17ca
commit f240b877b8
2 changed files with 5 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ pub struct ParameterizedBlock<'a> {
#[derive(Clone, Debug, PartialEq)]
pub struct Partial<'a> {
name: String,
pub name: String,
params: Vec<KVPair<'a>>,
}