{{ define "main" }}

{{ .Title }}

{{ .Content }}

Licence

{{ .Params.license.name | default "CC-BY-SA" }}
{{ if (isset .Params "tags") }}

Étiquettes

{{ range (.GetTerms "tags") }} {{ .LinkTitle }} {{ end }}
{{ end }} {{ if (isset .Params "categories") }}

Catégories

{{ range (.GetTerms "categories") }} {{ .LinkTitle }} {{ end }}
{{ end }}
{{ if (isset .Params "mastodon_id") }}

Commentaires

Afficher les commentaires
Écrire un commentaire
{{ end }}
{{ end }}