@post = [data-v-component-post] @image = [data-v-component-post] [data-v-post-images] [data-v-post-image] //editor info @post|data-v-id = $post['post_id'] @post|data-v-type = 'post' @post|before = _component['post'][$post_idx] ?? []; ?> //catch all data attributes @post [data-v-post-*]|innerText = $post['@@__data-v-post-(*)__@@'] @post input[data-v-post-*]|value = $post['@@__data-v-post-(*)__@@'] //manual echo to avoid html escape @post [data-v-post-content] = //@post [data-v-post-content] = $post['content'] //featured image //catch all data attributes @post [data-v-post-*]|innerText = $post['@@__data-v-post-(*)__@@'] @post img[data-v-post-*]|src = $post['@@__data-v-post-(*)__@@'] @post a[data-v-post-*]|href = $post['@@__data-v-post-(*)__@@'] @post [data-v-post-url]|title = $post['name'] //images @image|deleteAllButFirstChild @image|before = @image [data-v-image-src]|src = @image|after =