libreavous/squelettes/modeles/liste_playlists.html

10 lines
182 B
HTML

<B_pl>
<div class="liste articles">
<ul>
<BOUCLE_pl(ARTICLES) {titre==^[P][L][0123456789]}{!par titre}>
<li><a href="#URL_ARTICLE">#TITRE</a></li>
</BOUCLE_pl>
</ul>
</div>
</B_pl>