33 lines
839 B
HTML
33 lines
839 B
HTML
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
|
|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>[(#NOM_SITE_SPIP|textebrut)] #TITRE</title>
|
|
[<meta name="description" content="(#TEXTE{150}|attribut_html)">]
|
|
[<link rel="canonical" href="(#URL_RUBRIQUE|url_absolue)">]
|
|
<INCLURE{fond=inclure/head}>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="layout">
|
|
<div id="layout_head">
|
|
<div id="layout_head_content">
|
|
<INCLURE{fond=inclure/header,id_rubrique=#ID_RUBRIQUE}>
|
|
</div>
|
|
</div>
|
|
<div id="layout_body">
|
|
<div id="layout_body_left"></div>
|
|
<div id="layout_body_center">
|
|
<main>
|
|
<h1 class="main-Title">Libre en fête #TITRE</h1>
|
|
[<div class="#EDIT{texte}">(#TEXTE|image_reduire{672,*})</div>]
|
|
</main>
|
|
<INCLURE{fond=inclure/footer,self=#SELF}>
|
|
</div>
|
|
<div id="layout_body_right"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
</BOUCLE_principale>
|