{#Copyright (C) SPREAD WORKS Inc. All Rights Reserved.For the full copyright and license information, please view the LICENSEfile that was distributed with this source code.#}{% set post_list = TabaCMSPostList({type_data_key:options.type_data_key,overwrite_query:false,page_count:9999}) %}{% for post in post_list %}{% if options.cat==post.getCategoryId %}<li><a href="{{ post.getURI }}">{{ post.getTitle }}</a></li>{% endif %}{% endfor %}