Get objects
Examples of fetching various objects within the platform including Blog Posts or Content modules
get_object
<div class="example">
{% set post = get_object('posts', 2674060) %}
{{ post.content|safe }}
</div>Last updated
Was this helpful?