From 06c1a014c2c3820454c0ac697fdfdb029b983d9e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Thu, 6 Jul 2023 00:38:06 +0200 Subject: Adding language system to the blog --- templates/en/page_template.html | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 templates/en/page_template.html (limited to 'templates/en/page_template.html') diff --git a/templates/en/page_template.html b/templates/en/page_template.html new file mode 100644 index 0000000..d10ebee --- /dev/null +++ b/templates/en/page_template.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + $TITLE + + + +
+ +
+ + +
+
+

$TITLE

+ $CONTENT +
+
+ + +
+ + + -- cgit v1.2.3