aboutsummaryrefslogtreecommitdiff
path: root/templates/base.hbs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-04 21:53:08 +0000
committerFuwn <[email protected]>2020-12-04 21:53:08 +0000
commit19c88d8fab4c59390eb795f071e960f70ed6e884 (patch)
tree44768f0b39ac20755b213c72918cf98f614ff122 /templates/base.hbs
parentchore: update log (diff)
downloadchan-test_actix-yarte.tar.xz
chan-test_actix-yarte.zip
not working loltest_actix-yarte
Diffstat (limited to 'templates/base.hbs')
-rw-r--r--templates/base.hbs14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/base.hbs b/templates/base.hbs
new file mode 100644
index 0000000..1ac0b54
--- /dev/null
+++ b/templates/base.hbs
@@ -0,0 +1,14 @@
+{{> doc/t }}
+<html>
+ {{> doc/head }}
+
+ <body>
+ {{> header }}
+
+ {{> @partial-block }}
+
+ <div class="container">
+ {{> footer }}
+ </div>
+ </body>
+</html>