F-d-ration_de_groupes/content/article-edito.html

13 lines
497 B
HTML

#SET{id_grpe_tags, 0}
<BOUCLE_tags(GROUPES_MOTS){grigri == tags}>#SET{id_grpe_tags, #ID_GROUPE} </BOUCLE_tags>
<BOUCLE_article(ARTICLES){id_article}>
[(#AUTORISER{modifier, article, #ID_ARTICLE})
<a class="btn pull-right" href="#URL_PAGE{editer_bien,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Editer</a>
]
<h1>#TITRE</h1>
<div class="le_texte">
[<h2 class="h3-like #EDIT{soustitre}">(#SOUSTITRE)</h2>]
<div class="texte #EDIT{texte}">#TEXTE</div>
</div>
</BOUCLE_article>