-
- {% area data.widget, 'columnOne' %}
-
-
- {% area data.widget, 'columnTwo' %}
-
-
+``` jsx
+export default function ({ widget }, { apos, Area }) {
+ /* Relationship fields always come back as arrays. `apos.image.first`
+ safely returns the first attachment, or nothing at all. */
+ const attachment = apos.image.first(widget._image);
+
+ return (
+