Skip to main content

Network

info

Requires the “Networks” module.

Lists

network.lists

List network lists. Use theslug parameter to access a specific list.

Examples

Iterate over all lists.

{% for list in network.lists %}
{{ list.title }}
{% endfor %}

Access a specific list by id.

{{ network.lists({id: "example"}).title }}

see list