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
---
hi: "{%test%}"
---
{%renderTemplate%}{{ hi }}{%endrenderTemplate%}
which renders plain raw text {% test %} because only the content {{ hi }} is rendered by the renderTemplate shortcode (not the return content inside the variable)