{{page.meta.title}}
+{{page.meta.subtitle}}
+ + + +{{page.meta.body}}
+diff --git a/2/index.html b/2/index.html deleted file mode 100644 index 9337e61..0000000 --- a/2/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -
- -THIS WORKED?!
-2012-03-04 - - - - \ No newline at end of file diff --git a/app.py b/app.py index bd89fb7..0c0b11b 100644 --- a/app.py +++ b/app.py @@ -26,6 +26,12 @@ def page(path): return render_template("page.html", page=page) +@app.route("/about.html") +def about(): + return render_template("about.html") + + if __name__ == "__main__": freezer.freeze() + print(page) app.run(port=8000) diff --git a/hello-world/index.html b/hello-world/index.html deleted file mode 100644 index ca433b3..0000000 --- a/hello-world/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - -Hello World, from a page!
-+ Welcome to inkvent, the blog where we explore everything from the mundane to the marvelous. + We are Arihant and Ira, two writers who love to play with words and create stories that will + make you laugh, cry, and think. Whether it's about the latest trends, the mysteries of the + universe, or the secrets of our own minds, we are always curious and eager to share our + insights with you. Join us on our inkventures and discover the wonders of reading and writing! +
+ +Default content to be displayed
- {% endblock content %} - - - \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 9401cda..c38d057 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,14 +1,36 @@ -{% extends "base.html" %} - -{% block content %} -{{page.meta.body}}
+