all repos — legit @ 5acac24dede0143e6415d83d94a66017fd3c2692

web frontend for git, written in go

templates/head.html (view raw)

{{ define "head" }}
  
    
    
    
    
    {{ if .parent }}
    

    {{ else if .path }}
    
    {{ else if .files }}
    
    {{ else if .commit }}
    
    {{ else if .branches }}
    
    {{ else if .commits }}
    {{ if .log }}
    
    {{ else }}
    
    {{ end }}
    {{ else }}
    
    {{ end }}
    {{ if and .servername .gomod }}
    
    {{ end }}
    
  
{{ end }}