libreenfete-squelettes/sommaire.html

33 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html dir="#LANG_DIR" lang="#LANG" class="[(#LANG_DIR)] no-js">
<head>
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
<title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title>
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />]
<INCLURE{fond=inclure/head} />
</head>
<body>
<div id="layout">
<div id="layout_head">
<header id="layout_head_banner" role="banner">
<INCLURE{fond=inclure/header,home=oui} />
<INCLURE{fond=inclure/nav,env} />
</header>
</div>
<div id="layout_body">
<div id="layout_body_left"></div>
<div id="layout_body_center">
<main>
<BOUCLE_ARTICLE(ARTICLES){page=accueil}>
[<div class="#EDIT{texte} texte surlignable clearfix">(#TEXTE|image_reduire{672,*})</div>]
</BOUCLE_ARTICLE>
</main>
<INCLURE{fond=inclure/footer,self=#SELF} />
</div>
<div id="layout_body_right"></div>
</div>
</div>
</body>
</html>