From a2983655cc49a292176a5d284e34b707000fd9bd Mon Sep 17 00:00:00 2001 From: Siwar Date: Thu, 21 Mar 2024 19:43:47 +0100 Subject: [PATCH] About Commit --- app/templates/about.html | 7 +++++++ app/templates/base.html | 1 + 2 files changed, 8 insertions(+) create mode 100644 app/templates/about.html diff --git a/app/templates/about.html b/app/templates/about.html new file mode 100644 index 000000000..3b51e6d8d --- /dev/null +++ b/app/templates/about.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block app_content %} +

About

+ +This is a simple microblogging app +{% endblock %} \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index fd93ee3ec..f355ffa55 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -20,6 +20,7 @@