{{ define "repo-card" }} {{/* Repository card component - displays a repository as a clickable card Expects: db.RepoCardData struct with fields: - OwnerHandle: string - Repository owner's handle - OwnerAvatarURL: string (optional) - Owner's profile avatar URL (fallback when no repo icon) - Repository: string - Repository name - Title: string (optional) - Display title - Description: string (optional) - Repository description - IconURL: string (optional) - Repository icon URL - StarCount: int - Number of stars - PullCount: int - Number of pulls - ArtifactType: string - container-image, helm-chart, unknown - Tag: string (optional) - Latest tag name - Digest: string (optional) - Latest manifest digest - LastUpdated: time.Time (optional) - Last push time - RegistryURL: string - Registry URL for docker commands (e.g., "atcr.io") */}}
{{ .Description }}
{{ end }}