--- import * as memorium from "@helpers/memorium"; import { markdownToHtml } from "@helpers/markdown"; import Image from "@components/Image.astro"; import type { ImageMetadata } from "astro"; const { resource } = Astro.props; ---
{ resource?.content?.image && ( Cover for {resource?.content?.name} ) }

{resource?.content?.itemReviewed?.name || "Unknown Name"}

{ resource?.content?.reviewRating?.ratingValue !== undefined &&
{resource?.content?.reviewRating?.ratingValue}
}