mise à jour

This commit is contained in:
Yannick Francois
2020-02-11 14:55:24 +01:00
parent f7a02d1b3b
commit d0c0d8f4b1
9 changed files with 46 additions and 2 deletions
+9
View File
@@ -23,6 +23,15 @@
<body>
<main>
$body$
<p>YAF author test : <strong>$author$</strong></p>
<p>YAF keywords test : <strong>$keywords$</strong></p>
<p>liste ?
<ul>
$for(keywords)$
<li>test : $keywords$</li>
$endfor$
</ul>
</p>
</main>
</body>
</html>