From a5a4efe60cb0878150ef5e5d19cd578ade757e60 Mon Sep 17 00:00:00 2001 From: Sean Dolan Date: Sat, 27 Jul 2019 22:03:03 -0400 Subject: moar css moar problems --- templates/Homepage.jinja2 | 22 +++++++++++++++------- templates/base.html | 22 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 templates/base.html (limited to 'templates') diff --git a/templates/Homepage.jinja2 b/templates/Homepage.jinja2 index 5d3316c..cad512e 100644 --- a/templates/Homepage.jinja2 +++ b/templates/Homepage.jinja2 @@ -1,8 +1,16 @@ -{% extends "layout.html" %} -{% block body %} - +{% extends "base.html" %} +{% block content %} +

{{ item[0] }}

+
+ +
+ How Blasted is I be: {{ item[2] }} +
{% endblock %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..9b8432b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,22 @@ + + + + {% block head %} + + + + + {% block title %}{% endblock %} Similar Beers + {% endblock %} + + +
{% block content %}{% endblock %}
+ + + \ No newline at end of file -- cgit v1.2.3