From ac6772f292a83217e10e38ba853c76b5666133e0 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 02:40:08 -0600 Subject: Commit inicial --- _layouts/default.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..4b5826b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,14 @@ +{% include header.html %} + +
+
+ +
+ {{ content }} +
+
+
+ +{% include footer.html %} -- cgit v1.2.3