From 7cc501c5efde9da7c5e4dbfd854cdeb80a8e0ce9 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 6 Mar 2021 01:50:05 +0000 Subject: added twitter on index page --- templates/index.html | 55 +++++++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 93138d0..d79743b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,31 +1,28 @@ {% extends "template.html" %} {% block content %} -

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

- {% endblock %} \ No newline at end of file + + {{markdown|safe}} + {% if tweets != None %} +
+

recent tweets

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