aboutsummaryrefslogtreecommitdiff
path: root/templates/Homepage.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Homepage.jinja2')
-rw-r--r--templates/Homepage.jinja222
1 files changed, 15 insertions, 7 deletions
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 %}
- <ul>
- {% for user in users %}
- <li><a href="{{ user.url }}">{{ user.username }}</a></li>
- {% endfor %}
- </ul>
+{% extends "base.html" %}
+{% block content %}
+<h3> {{ item[0] }}</h3>
+<div>
+ <ul>
+ <li>
+ Beer Parent: {{ item[1][0] }}
+ </li>
+ <li>
+ SubType: {{ item[1][1] }}
+ </li>
+ </ul>
+ <br/>
+ How Blasted is I be: {{ item[2] }}
+</div>
{% endblock %} \ No newline at end of file