From 95a5c95842de869cfd7c8e9d1c824dc0780af949 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 22 Dec 2021 19:35:12 +0000 Subject: renamed all template files --- templates/index.jinja | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/index.jinja (limited to 'templates/index.jinja') diff --git a/templates/index.jinja b/templates/index.jinja new file mode 100644 index 0000000..0bb9604 --- /dev/null +++ b/templates/index.jinja @@ -0,0 +1,37 @@ +{% extends "template.html" %} +{% block content %} + + {{markdown|safe}} + {% if tweets != None %} +
+

recent tweets

+ +
+ {% endif %} +
+

recent git commits:

+ +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3