libreenfete-squelettes/rubrique.html

33 lines
841 B
HTML
Raw Normal View History

2021-11-26 15:05:38 +01:00
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
<!DOCTYPE html>
<html lang="fr">
2017-01-09 10:47:45 +01:00
<head>
<title>[(#NOM_SITE_SPIP|textebrut)] #TITRE</title>
2023-01-26 13:47:00 +01:00
[<meta name="description" content="(#INTRODUCTION|attribut_html)">]
2021-11-26 15:05:38 +01:00
[<link rel="canonical" href="(#URL_RUBRIQUE|url_absolue)">]
<INCLURE{fond=inclure/head}>
2017-01-09 10:47:45 +01:00
</head>
2021-11-26 15:05:38 +01:00
<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>
2017-01-09 10:47:45 +01:00
</div>
</body>
</html>
2021-11-26 15:05:38 +01:00
</BOUCLE_principale>