diff --git a/app.py b/app.py index ab4feb78b..b7199cce1 100644 --- a/app.py +++ b/app.py @@ -7,3 +7,7 @@ @app.route("/") def hello_world(): return render_template("index.html") + +@app.route("/tempate-creator") +def tempate-creator(): + return render_template("gen.html") diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 000000000..34a3bb5a2 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,123 @@ + + + + + + 2 Rows, 2 Columns, A + + + + + + + + + + +
+
+ + {% block content %} {% endblock %} + +
+
+ + + + diff --git a/templates/gen.html b/templates/gen.html new file mode 100644 index 000000000..36325b05b --- /dev/null +++ b/templates/gen.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block content %} + +
+  Now is the time for all good men to come to the aid of their country.
+
+ +{% endblock %} diff --git a/templates/index.html b/templates/index.html index a50432c28..c6ee300a9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,9 @@
DigitalOcean Logo -

Welcome to your new Flask App!

+

Documentation for Digital's Flask App!

+

My sandbox for developing a Flask App redesign!

+

This application is an example of how to deploy a Flask Application to DigitalOcean's App