Initial import

This commit is contained in:
2024-06-16 14:32:38 +02:00
부모 83270c38d4
커밋 ac2d4e4dd9
16개의 변경된 파일459개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div class="wrapper_content">
<div class="content">
{{- block "main" . }}{{- end }}
</div>
</div>
{{- partial "footer.html" . -}}
</body>
</html>