+ {title} + {description && {description}} + { + topics.length > 0 && ( + + {topics.map((topic) => {topic})} + + ) + } + + { + github_url && ( + + + Go to the GitHub discussion + + + ) + } +