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' %}
{% block header %}
<h1>{% block title %}DECK{% endblock %}</h1>
{% endblock %}
{% endblock %}
{% block content %}
<p>BODY</p>
<article class="post">
<header>
<h1>{{ card['title'] }}</h1>
<p>{{ card['title'] }}</p>
</header>
<!--iframe src={{ card['item_location'] }} width="auto" height="auto"> </iframe-->
<canvas id="pdf-doc"></canvas>