hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

:show_expr(..expr..) entmacro #141

Closed hkoba closed 5 years ago

hkoba commented 6 years ago
:query_string=&yatt:query_string(); <br>
:some:complex_expr(:with,:args)=&yatt:some:complex_expr(:with,:args);<br>

should be written like following:

<dl>
&yatt:show_expr(:query_string());
&yatt:show_expr(:some:complex_expr(:with,:args));
</dl>

Also, output of above should be customizable via yatt template.