website-spip/sommaire.html

23 lines
411 B
HTML
Executable File

[(#REM)
Voir https://doc.gnuragist.es/spip-from-scratch?both pour des notes
]
<INCLURE{fond=inclure/head} />
<body>
<INCLURE{fond=inclure/header,env} />
<INCLURE{fond=inclure/nav} />
<section id="main">
<BOUCLE_principale(ARTICLES) {id_article=#ENV{id_article,10}}>
[(#TEXTE|image_reduire{672,*})]
</BOUCLE_principale>
</section>
<INCLURE{fond=inclure/footer,self=#SELF} />
</body>
</html>