mirror of
https://github.com/HERDAC/Cours-programmation.git
synced 2024-11-24 18:43:28 +00:00
10 lines
118 B
HTML
10 lines
118 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{ block "head" . }}
|
|
{{ end }}
|
|
|
|
<body>
|
|
{{ block "main" . }}
|
|
{{ end }}
|
|
</body>
|
|
</html> |