Gestion du titre dans le contenu Markdown.

This commit is contained in:
2026-03-06 07:10:05 +01:00
parent 71ff4c2f7f
commit 3b771796f2
6 changed files with 4 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}