mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
introduce db, some changes to UI
This commit is contained in:
parent
57f8f51b4f
commit
e3c99305cc
17 changed files with 151 additions and 18 deletions
|
@ -1,5 +1,13 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Welcome{% endblock %}
|
||||
{% block content %}
|
||||
welcome
|
||||
|
||||
{% for item in items %}
|
||||
<div class="block">
|
||||
<img src="/static/items/{{ item.code|safe }}.jpg"><br/>
|
||||
{{ item.name|safe }}<br/>
|
||||
<strong>{{ item.price }} Kc</strong>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue