{{ template "header" . }}

Loading...
{{ block "search_results" . }} {{ range .Data.apps }}
{{ substr 0 30 .name }} {{ if .is_stage }} (Staging) {{ end }}
{{ if .is_dev }} Dev Mode {{ end }} {{ if eq .auth "none" }} No Auth {{ end }}

{{ if ne .git_sha "" }}

Sha     : {{ substr 0 12 .git_sha }}

{{ end }} {{ if and (ne .git_branch "") (ne .git_branch "main") }}

Branch  : {{ .git_branch }}

{{ end }} {{ if ne .version 0 }} {{ if .version_mismatch }}

Version : {{ .version }}

{{ else }}

Version : {{ .version }}

{{ end }} {{ end }} {{ if ne .spec "" }}

Spec    : {{ .spec }}

{{ end }} {{ if .is_dev }}

Mode    : DEV

{{ end }}

Updated : {{ .update_age }}

{{ if and (ne .source "-") (ne .source "") }} {{ $source_path := .source }} {{ if ne .star_base "" }} {{ $source_path = (printf "%s#%s" .source .star_base) }} {{ end }} {{ if eq .source_url "" }}
{{ $source_path }}
{{ else }} {{ $source_path }} {{ end }} {{ end }}
{{ end }} {{ end }}
{{ template "footer" . }}