trwnh.com/unified.test.hugo/layouts/_default/page.html

7 lines
135 B
HTML
Raw Permalink Normal View History

2024-10-18 07:33:33 +00:00
{{ define "body" }}
<body class="layout-_default-page">
<main id="main" class="page-main">
{{ .Content }}
</main>
</body>
{{ end }}