--- const { inlineStyle, title, display = 'horizontal' } = Astro.props; const lineEnding = display === 'horizontal' ? ', ' : ''; --- {title &&