first version

This commit is contained in:
2020-02-26 23:41:42 +01:00
parent 8f7d784ed2
commit ca2764655a
16 changed files with 189 additions and 2 deletions

View File

@ -0,0 +1,9 @@
{{ $file := .Get "fichier" }}
{{ $description := .Get "description" }}
{{ $width := .Get "taille" }}
{{ $file }}
{{ $description }}
{{ $width }}
Page : {{ .Page }}<br>
Context : {{ . }}<br>
Site : {{ resources.Get "apropors.png" }}<br>