st-marcel-d-urfe.fr/layouts/partials/person.html

8 lines
266 B
HTML

<figure>
<img src="{{ .image }}" alt="Photo de {{ .prenom }} {{ .nom }}" />
<figcaption>
<h3>{{ .prenom }} {{ .nom }}{{ if isset . "fonction" }} - <i>{{ .fonction }}</i>{{ end }}</h4>
<p>{{ .job }}, {{ .age }}&nbsp;ans</p>
</figcaption>
</figure>