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 @@