21 lines
493 B
HTML
21 lines
493 B
HTML
|
<BOUCLE_principale(ARTICLES) {id_article}>
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="#LANG">
|
||
|
<head>
|
||
|
<title>[(#NOM_SITE_SPIP|textebrut)] - [(#SURTITRE|textebrut)]</title>
|
||
|
<INCLURE{fond=inclure/head}>
|
||
|
</head>
|
||
|
<body>
|
||
|
<INCLURE{fond=inclure/entete}>
|
||
|
<article class="contenu-texte">
|
||
|
<h1>#TITRE</h1>
|
||
|
<div class="suitedarticles">
|
||
|
[<h2>(#SOUSTITRE)</h2>]
|
||
|
#TEXTE
|
||
|
</div>
|
||
|
</article>
|
||
|
<INCLURE{fond=inclure/pieddepage}>
|
||
|
</body>
|
||
|
</html>
|
||
|
</BOUCLE_principale>
|