libreavous/squelettes/modeles/mot_articles.html

12 lines
199 B
HTML

<BOUCLE_m(MOTS){id_mot}>
<B_pl>
<div class="liste articles">
<ul>
<BOUCLE_pl(ARTICLES) {id_mot}{!par titre}>
<li><a href="#URL_ARTICLE">#TITRE</a></li>
</BOUCLE_pl>
</ul>
</div>
</B_pl>
</BOUCLE_m>