{{/* {# ------------------------------------------------------- #} {# INDIVIDUAL VIEW FOR EACH SCENE ITEM #} {# ------------------------------------------------------- #} */}} {{/* meta data */}} {{- define "og_title" -}}{{ .Title | htmlUnescape }}{{- end -}} {{- define "og_type" -}}profile{{- end -}} {{- define "og_url" -}}{{ .Permalink }}{{- end -}} {{- define "og_image" -}}{{ replace .Params.primary_image "/upload/" "/upload/w_740,h_740,c_fill,g_face/" }}{{- end -}} {{- define "og_description" -}}{{ .Summary }}{{- end -}} {{- define "main" -}} {{- /* TODO */ -}}
{{ $type := (split .File.Dir "/") }}

The Scene

{{ printf (index $type 1) | humanize }}

{{ .Title | htmlUnescape }}

{{- $imgsm := replace .Params.primary_image "/upload/" "/upload/w_300,h_300,c_fill,g_face/" -}} {{- $imglg := replace .Params.primary_image "/upload/" "/upload/w_600,h_600,c_fill,g_face/" }} {{ .Title | htmlUnescape }} {{- with .Params.primary_image_credit }}
{{ . }}
{{- end }}

{{ .Params.discipline }}

{{ if or (isset .Params "social_media") (isset .Params "website") }} {{ end }}
{{ .Content }}
{{- /* {# Adspot 1 #}
{% include "templates/partials/ad-spot1.html" %}
*/ -}} {{- /* Related People and Companies */}} {{ if .Params.related_people }}

Related People

{{ end }} {{ if .Params.related_companies }}

Related Companies

{{ end }} {{- /* Related Articles */}}
{{- end -}}