Cours-programmation/layouts/_default/baseof.html

10 lines
118 B
HTML
Raw Permalink Normal View History

2022-04-09 22:14:01 +00:00
<!DOCTYPE html>
<html lang="en">
{{ block "head" . }}
{{ end }}
<body>
{{ block "main" . }}
{{ end }}
</body>
</html>