<% const capFirst = s => (s && s[0].toUpperCase() + s.slice(1)) || ""; %> <%= capFirst(repo_name) %> Rustdocs

<%= capFirst(repo_name) %> Rustdocs

    <%_ deploy_refs.split(/\s+/).forEach(ref => { _%>
  • <%- ref -%> <%_ if (latest && latest.trim() !== '' && latest === ref) { _%> (latest) <%_ } _%>
  • <%_ }) _%>