get
(id,
page_num=...
)This method mostly exists for consistency. It's an alternative to using
the get method of the pad but respects the currently
applied filtering. If page_num
is provided it overrides the currently
requested page number from the query for pagination.
{% set p1 = this.children.get('project-1') %} <h2>{{ p1.name }}</h2> <p>Our favorite!
Comments