@use super::base; @use crate::statics::VersionInfo; @(version_info: VersionInfo, repo_count: usize, base_url: &str, url: &str, service: &str, path: &str, branch: &str) @:base("Hits-of-Code Badges", "Badge Generator", {

Here is the markdown for the badge for @url/@path

[![Hits-of-Code](@base_url/@service/@path?branch=@branch)](@base_url/@service/@path/view?branch=@branch)

It will be rendered like this

example badge
}, version_info, repo_count)