odstranil nepotrebne elemente

master
Kostanjevec 2022-06-04 21:53:18 +02:00
parent fb2d5a08ad
commit 07c93a1d1e
1 changed files with 2 additions and 8 deletions

View File

@ -1,18 +1,12 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% block header %} {% block header %}
<h1>{% block title %}DECK{% endblock %}</h1> {% endblock %}
{% endblock %}
{% block content %} {% block content %}
<p>BODY</p>
<article class="post"> <article class="post">
<header> <header>
<h1>{{ card['title'] }}</h1> <p>{{ card['title'] }}</p>
</header> </header>
<!--iframe src={{ card['item_location'] }} width="auto" height="auto"> </iframe-->
<canvas id="pdf-doc"></canvas> <canvas id="pdf-doc"></canvas>