From 024034b34234e288a35ddf820e18c08f943a66a6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 1 Apr 2024 01:29:58 +0200 Subject: [PATCH] fix application of template --- templates/cours.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/cours.html b/templates/cours.html index daf4b71..a898b23 100644 --- a/templates/cours.html +++ b/templates/cours.html @@ -3,15 +3,19 @@ {{>head.html}} + {{#data}} {{#content}} {{#metadata}} + {{#math}}{{>libs/katex_head.html}}{{/math}} + {{#syntax_highlight}}{{>libs/hljs_head.html}}{{/syntax_highlight}} + {{/metadata}} {{/content}}
{{>navbar.html}}
- {{#data}} {{^content}} + {{^content}}

Fichier introuvable

{{/content}} {{#content}}
{{&content}}