2023-09-26 09:42:02 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html dir="#LANG_DIR" lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js">
|
|
|
|
<head>
|
|
|
|
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
|
|
|
|
<title>[(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
|
|
|
|
[<meta name="description" content="(#DESCRIPTIF|couper{150}|attribut_html)" />]
|
|
|
|
[<link rel="canonical" href="(#URL_MOT|url_absolue{#URL_SITE_SPIP})" />]
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/head} />
|
2023-09-26 09:42:02 +02:00
|
|
|
[(#REM) Lien vers le flux RSS des articles du mot cle ]
|
|
|
|
<link rel="alternate" type="application/rss+xml"[ title="(#TITRE|attribut_html)"] href="[(#URL_PAGE{backend}|parametre_url{id_mot,#ID_MOT})]" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/header} />
|
2023-09-26 09:42:02 +02:00
|
|
|
<main class="main" role="main">
|
|
|
|
[(#REM) Listes des mots clefs du site ]
|
2024-01-15 16:09:39 +01:00
|
|
|
<div>
|
|
|
|
<h1><:archil:titre_tags:></h1>
|
2023-09-26 09:42:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="listes-articles">
|
2024-01-15 16:09:39 +01:00
|
|
|
<ul>
|
|
|
|
<BOUCLE_mots_tous(MOTS){tout}{par titre}>
|
|
|
|
<li>#FA_ICON{img/fa/solid/tags.svg,'',tags} <a href="#URL_MOT" [title="(#TITRE|textebrut|entites_html)"] >#TITRE</a></li>
|
|
|
|
</BOUCLE_mots_tous>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2023-09-26 09:42:02 +02:00
|
|
|
</main><!--.main-->
|
|
|
|
|
2024-01-15 16:09:39 +01:00
|
|
|
<INCLURE{fond=inc/footer,self=#SELF} />
|
2023-09-26 09:42:02 +02:00
|
|
|
</body>
|
|
|
|
</html>
|