function anonymous( ) { const _Vue = Vue const { createElementVNode: _createElementVNode, createCommentVNode: _createCommentVNode } = _Vue const _hoisted_1 = { key: 0, class: "columns mt-1 is-1 is-variable is-multiline" } const _hoisted_2 = ["href", "title"] const _hoisted_3 = { class: "image is-12by1" } const _hoisted_4 = ["alt", "src"] const _hoisted_5 = ["href"] return function render(_ctx, _cache) { with (_ctx) { const { renderList: _renderList, Fragment: _Fragment, openBlock: _openBlock, createElementBlock: _createElementBlock, createElementVNode: _createElementVNode, createCommentVNode: _createCommentVNode, toDisplayString: _toDisplayString, normalizeClass: _normalizeClass } = _Vue return (list?.length) ? (_openBlock(), _createElementBlock("div", _hoisted_1, [(_openBlock(true), _createElementBlock(_Fragment, null, _renderList(list, (item, index) => { return (_openBlock(), _createElementBlock("div", { class: "column is-half py-1", key: item.id }, [(item.img) ? (_openBlock(), _createElementBlock("a", { key: 0, href: item.href, target: "_blank", title: item.title }, [_createElementVNode("figure", _hoisted_3, [_createElementVNode("img", { alt: item.title, src: item.img }, null, 8, _hoisted_4)])], 8, _hoisted_2)) : (_openBlock(), _createElementBlock("div", { key: 1, class: _normalizeClass(["notification is-warning has-text-centered is-light py-4", {[item.extra ? (item.extra == 'alert-danger' ? 'is-danger' : item.extra) : 'is-warning']: true}]), role: "alert" }, [_createElementVNode("a", { target: "_blank", class: "has-text-danger has-text-weight-medium", rel: "noopener nofollow", href: item.href }, _toDisplayString(item.title), 9, _hoisted_5)], 2))])) }), 128))])) : _createCommentVNode("", true) } } }