optimizations
This commit is contained in:
parent
bb21e64a51
commit
48fbaeb3c9
5 changed files with 49 additions and 37 deletions
|
@ -26,7 +26,7 @@ std::string state::outside_section::render(
|
|||
}
|
||||
case token::type::comment: break;
|
||||
case token::type::text:
|
||||
return token.raw();
|
||||
return token.content();
|
||||
case token::type::partial:
|
||||
return ctx.render_partial(token.content());
|
||||
case token::type::section_close: break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue