<!-- Error rendering component -->
<!-- Error: Could not render component '@partial-entity-item' - component not found. -->
<!-- Error: Error: Could not render component '@partial-entity-item' - component not found.
    at /Users/duran/dev/sites/FASTSPOT/CCGA/pantheon/github-ccga-public/web/themes/custom/ccga/frontend/node_modules/@frctl/twig/src/adapter.js:156:24
    at new Promise (<anonymous>)
    at TwigAdapter.render (/Users/duran/dev/sites/FASTSPOT/CCGA/pantheon/github-ccga-public/web/themes/custom/ccga/frontend/node_modules/@frctl/twig/src/adapter.js:134:16)
    at ComponentSource._renderVariant (/Users/duran/dev/sites/FASTSPOT/CCGA/pantheon/github-ccga-public/web/themes/custom/ccga/frontend/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/Users/duran/dev/sites/FASTSPOT/CCGA/pantheon/github-ccga-public/web/themes/custom/ccga/frontend/node_modules/co/index.js:65:19) -->
<div class="entity_list">
	<div class="fs-row">
		<div class="fs-cell">
			<div class="entity_list_inner">
				<ul class="entity_list_items" id="item_list" aria-label="{{ title }}">
					{% for item in items %}
					<li class="entity_list_item">
						{% render "@partial-entity-item" with {
							item: item
						} %}
					</li>
					{% endfor %}
				</ul>
				{% render "@partial-pagination" with {
					title: "Directory Pagination",
					pages: "50"
				} %}
			</div>
		</div>
	</div>
</div>

No notes defined.