mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-24 10:21:46 +01:00
fix: variable name
This commit is contained in:
@@ -88,7 +88,7 @@ impl TemplateEngine {
|
||||
Self::Embedded(env) => env
|
||||
.get_template(template_name)?
|
||||
.eval_to_state(context)?
|
||||
.render_block(block.name),
|
||||
.render_block(block_name),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user