Loading an arbitrary page - CrystalCommerce Liquid Documentation for Designers

Loading an arbitrary page

The load_page block can be used to load an arbitrary page by seoname. The page is loaded as a page drop. If the page cannot be found, the block is not rendered.

Syntax

{% load_page 'events' do page %}
  Title: {{ page.title }}
  Content: {{ page.content }}
{% endload_page %}