all repos — legit @ 8f8a079b2b3fdd26a10b27ee534319579d5e1bf5

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