partial support

This commit is contained in:
Daniel Sipka 2015-04-12 17:11:49 +02:00
parent 1f3d0da79b
commit 8ef0950a07
42 changed files with 39 additions and 100 deletions

View file

@ -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;