partial support
This commit is contained in:
parent
1f3d0da79b
commit
8ef0950a07
42 changed files with 39 additions and 100 deletions
|
@ -29,7 +29,7 @@ std::string state::outside_section::render(
|
|||
case token_type::text:
|
||||
return token.raw();
|
||||
case token_type::partial:
|
||||
break;//render_context(mstch::object{{".", i}}, ctx).render(section);
|
||||
return ctx.render_partial(token.content());
|
||||
case token_type::section_close:
|
||||
// TODO ERROR
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue