diff options
| author | Ahmed <git@gumx.cc> | 2026-06-02 00:21:16 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-02 00:21:16 +0300 |
| commit | 6e1e8effd3e595ad342d11644b072725a218c1eb (patch) | |
| tree | 11d4c650734d814c6180db6618b89dbf3ae8c8d3 /build/templates/page.html | |
init: moved to gumx.cc
Diffstat (limited to 'build/templates/page.html')
| -rw-r--r-- | build/templates/page.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/templates/page.html b/build/templates/page.html new file mode 100644 index 0000000..502dd58 --- /dev/null +++ b/build/templates/page.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="{{LANG}}"> + <head> + {{> head.html}} + <title>ubergeek{{#PAGE_TITLE}}: {{PAGE_TITLE}}{{/PAGE_TITLE}}</title> + </head> + <body{{#DIR}} dir="{{DIR}}"{{/DIR}}> + {{> header.html}} + <main>{{{CONTENT}}}</main> + {{> footer.html}} + </body> +</html> |
