10 lines
236 B
HTML
10 lines
236 B
HTML
|
{{ $file := .Get "fichier" }}
|
||
|
{{ $description := .Get "description" }}
|
||
|
{{ $width := .Get "taille" }}
|
||
|
{{ $file }}
|
||
|
{{ $description }}
|
||
|
{{ $width }}
|
||
|
Page : {{ .Page }}<br>
|
||
|
Context : {{ . }}<br>
|
||
|
Site : {{ resources.Get "apropors.png" }}<br>
|