@use super::base; @use crate::statics::VersionInfo; @(version_info: VersionInfo, repo_count: usize, domain: &str, path: &str, url: &str, hoc: u64, hoc_pretty: &str, head: &str, commit_url: &str, commits: u64) @:base("Hits-of-Code Badges", "Overview", {

The project @url has @hoc_pretty (exactly @hoc) hits of code at @head. The repository contains @commits commits.

To include the badge in your readme, use the following markdown:

[![Hits-of-Code](https://@domain/@path)](https://@domain/view/@path)
}, version_info, repo_count)