libreavous/squelettes/content/rubrique-chroniques.html

14 lines
401 B
HTML
Raw Normal View History

2021-09-02 20:04:44 +02:00
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
2021-09-28 23:13:59 +02:00
<article>
<header class="cartouche">
<h1 class="#EDIT{titre} page_titre">#TITRE</h1>
</header>
[<div class="#EDIT{texte} texte surlignable">(#TEXTE|adaptive_images{#CONST{_CONTENT_WIDTH}})</div>]
</article>
<section class="dernieres_chroniques">
<INCLURE{fond=inclure/liste/dernieres_chroniques,ajax,env} />
</section>
2021-09-02 20:04:44 +02:00
</BOUCLE_principale>