Category Archives: Power Pages

Power pages snippet rendering – 3 options, 3 different HTML outputs

As described on Microsoft learning, there are 3 ways we can render snippets in Power Pages: A developer can place a snippet using Liquid: {{ snippets[“<>”] }}, {% editable snippets ‘<>’ %}, or {% include ‘snippet’ snippet_name:'<>’ %}. Customize content by using content snippets | Microsoft Learn It looks like it’s more or less interchangeable,… Read More »

Power pages page rendering

Not sure this is 100% accurate, but this seems to be close to how Power Pages rendering works. I needed a bit of a visual for myself, so, perhaps, it’ll help someone else, too: There are a few caveats there: However, if you create a page template and set it up so that it won’t… Read More »