all repos — legit @ 6d39fbcc003d698b7e4e311f4896622e31550118

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 }}