{{ 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 .version 0 }} {{ if .version_mismatch }}

Version : {{ .version }}

{{ else }}

Version : {{ .version }}

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

Spec    : {{ .spec }}

{{ end }}
{{ if ne .git_sha "" }}

Sha:{{ .git_sha }}

{{ end }} {{ 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" . }}