You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posthtml's templating method will not generate client-side templates with posthtml-expressions, it is only compatible with interpolated strings like <p>Hello ${planet}</p>.
Currently the only way to get client-side templates with plugins is to have the code generator output a function, which is only possible at the moment using the reshape version. Although hopefully this functionality will also be coming to posthtml soon!
use template
Output:
The text was updated successfully, but these errors were encountered: