mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
exibindo dados do banco no html
This commit is contained in:
32
gestaoRaul/home/templates/home.html
Normal file
32
gestaoRaul/home/templates/home.html
Normal file
@@ -0,0 +1,32 @@
|
||||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
|
||||
|
||||
|
||||
{% block 'head' %}
|
||||
<link rel="stylesheet" href="{% static 'mesas/css/mesas.css' %}">
|
||||
{% endblock %}
|
||||
|
||||
{% block 'title' %}
|
||||
RRB&C - DashBoard
|
||||
{% endblock %}
|
||||
|
||||
{% block 'body' %}
|
||||
|
||||
<body>
|
||||
<div class="grid-container">
|
||||
|
||||
<h1>DashBoard Aqui</h1>
|
||||
|
||||
{% comment %} {% for mesa in mesas %}
|
||||
|
||||
<div class="card">{{mesa.name}}</div>
|
||||
|
||||
{% endfor %} {% endcomment %}
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user