sempare-delphi-template-engine icon indicating copy to clipboard operation
sempare-delphi-template-engine copied to clipboard

'capture' could be introduced to capture template output into a variable

Open sempare opened this issue 2 years ago • 1 comments

template content could be captured into variables

<% capture x %>
    hello <% firstname %>
<% end %>

Output : <% x %>

sempare avatar Jul 16 '22 12:07 sempare

Might want to have this support parameters, much like include

sempare avatar Sep 29 '22 08:09 sempare

not sure if this is useful. we have template support already.

darnocian avatar Jan 01 '23 23:01 darnocian