all repos — legit @ 899246690b667acde6525d4eb4a67e652036da8a

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