Is there a full blown API on snippet logic for Power Pages? I noticed that within one of my content snippets, a sample conditional logic like so...
<a href='~/'>
{% if snippets['Logo URL'] %}<img src='{{ snippets['Logo URL'] }}' alt='{{ snippets['Logo alt text'] }}' style='width: auto; height: 32px; margin: 0 10px;'>{% endif %}
{% if snippets['Site name'] %}
<h1 class='siteTitle'>{{ snippets['Site name'] }}</h1>
{% endif %}
</a>
That looks a lot like the Nunjucks Template Engine. What is it officially? and where can we see the full API for it?

Report
All responses (
Answers (