diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-29 13:53:48 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-29 13:53:48 -0400 |
| commit | 41924391280f3ab06396dc9f88a2e4117904f853 (patch) | |
| tree | 279d79c2548408a9d80fad9605370a43ed700e89 /site/themes/tui/layouts/_default/baseof.html | |
| parent | bc678e31c9dbc1a33febe8f5a5107ab2eab5aa62 (diff) | |
made site
Diffstat (limited to 'site/themes/tui/layouts/_default/baseof.html')
| -rw-r--r-- | site/themes/tui/layouts/_default/baseof.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/site/themes/tui/layouts/_default/baseof.html b/site/themes/tui/layouts/_default/baseof.html new file mode 100644 index 0000000..9ca3a22 --- /dev/null +++ b/site/themes/tui/layouts/_default/baseof.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + {{- partial "head.html" . -}} + </head> + <body> + {{- partial "header.html" . -}} + <div id="content"> + {{- block "main" . }}{{- end }} + </div> + {{- partial "footer.html" . -}} + {{- partial "scripts.html" . -}} + </body> +</html> |
