Rendering an arbitrary page - CrystalCommerce Liquid Documentation for Designers

Rendering an arbitrary page

You can now load an arbitrary page (for sidebar content, etc) by seoname with the load_page block:

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