all repos — legit @ b97e2ba81f0f58e7b2029dacea2b4c0eb43c9403

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