💡
System
{{- if .Avatar }}
{{- end }}
{{ .Name }}
{{ .Bio }}
{{- range .Content }} {{- if eq .Type "vertical-list-text" }} {{- range $collectionName, $items := .Collections }} {{- if $collectionName }}
{{ $collectionName }}
{{- end }}
{{- range $items }}
{{- if .URL }}
{{- if .Icon }}
{{- end }}{{ .Title }}
{{- else if .CopyText }}
{{- if .Icon }}
{{- end }}{{ .Title }}:
{{ .CopyText }}
{{- else if .Text }}
{{- if .Icon }}
{{- end }}{{ .Text }}
{{- end }}
{{- end }}
{{- end }} {{- else if eq .Type "horizontal-list-icons" }} {{- range $collectionName, $items := .Collections }} {{- if $collectionName }}
{{ $collectionName }}
{{- end }}
{{- range $items }} {{- if .URL }}
{{- if .Icon }}
{{- end }}
{{- else if .CopyText }}
{{- if .Icon }}
{{- end }}
{{- end }} {{- end }}
{{- end }} {{- else if eq .Type "vertical-list-images" }} {{- range $collectionName, $items := .Collections }} {{- if $collectionName }}
{{ $collectionName }}
{{- end }}
{{- range $items }}
{{- if .Image }}
{{- end }} {{- if .Text }}
{{ .Text }}
{{- end }}
{{- end }}
{{- end }} {{- else if eq .Type "footer" }} {{- range $collectionName, $items := .Collections }} {{- end }} {{- end }} {{- end }}
Copied to clipboard!