redstrate.com/themes/red/layouts/_default/baseof.html

13 lines
447 B
HTML
Raw Normal View History

2022-08-02 12:17:07 -04:00
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
2022-08-02 12:17:07 -04:00
{{- partial "head.html" . -}}
<body>
<header>{{- partial "header.html" . -}}</header>
<div id="content">
<aside>{{- partial "sidebar.html" . -}}</aside>
<article>{{- block "main" . }}{{- end }}</article>
</div>
<footer>{{- partial "footer.html" . -}}</footer>
2022-08-02 12:17:07 -04:00
</body>
</html>