--- layout: default title: linklist nav: group: Liquid Variables --- # linklist The linklist object has the following attributes: {% table_of_contents %} {% anchor_link "linklist.handle", "linklist-handle" %}

Returns the handle of the linklist.

{% anchor_link "linklist.id", "linklist-id" %}

Returns the id of the linklist.

{% anchor_link "linklist.links", "linklist-links" %}

Returns an array of links in the linklist.

Input

{% highlight html %}{% raw %} {% for link in linklists.main-menu.links %} {{ link.title }} {% endfor %} {% endraw %}{% endhighlight %}

Output

{% highlight html %}{% raw %} Home Catalog Blog About Us {% endraw %}{% endhighlight %}
{% anchor_link "linklist.title", "linklist-title" %}

Returns the title of the linklist.