42 lines
791 B
HTML
42 lines
791 B
HTML
---
|
|
layout: page
|
|
type: article
|
|
---
|
|
|
|
<div class="layout--article">
|
|
{%- include article/top/custom.html -%}
|
|
|
|
<div class="article__content" itemprop="articleBody">
|
|
{%- if page.toc -%}
|
|
<details>
|
|
<summary><b>Afficher/cacher Sommaire</b></summary>
|
|
<!-- affichage sommaire -->
|
|
<div class="toc-aside js-toc-root"></div>
|
|
</details>
|
|
{%- endif -%}
|
|
{{ content }}
|
|
</div>
|
|
|
|
{%- if page.mathjax -%}
|
|
{%- include mathjax.html -%}
|
|
{%- endif -%}
|
|
|
|
{% if page.mermaid %}
|
|
{% include mermaid.html %}
|
|
{% endif %}
|
|
|
|
{% if page.chart %}
|
|
{% include chart.html %}
|
|
{% endif %}
|
|
|
|
<div class="d-print-none">
|
|
{%- include article-footer.html -%}
|
|
{%- include article-section-navigator.html -%}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
{%- include scripts/article.js -%}
|
|
</script>
|