$newline never

#{pn} # #{metadataVersion metadata} # (current)
$if False
$forall tag <- tags #{tag} , #
#{formatNum 234} \ likes # $if downloads /= 0 $if downloads /= recentDownloads #{formatNum downloads} downloads # (#{formatNum recentDownloads} in the last 30 days) $else #{formatNum downloads} total downloads $else No downloads yet
#{metadataLicenseName metadata} licensed # $if null maintainers and maintained # $if not (null authors) by # $forall (i,identity) <- authors $case identity $of PlainText name $if i /= 0 , # #{name} $of Contact name email $if i /= 0 , # #{name} $of _ $if not (null maintainers)
Maintained by # $forall (i,identity) <- maintainers $case identity $of PlainText name $if i /= 0 , # #{name} $of Contact name email $if i /= 0 , # #{name} $of EmailOnly email $if i /= 0 , # #{renderEmail email}