odstranil nepotrebne elemente
parent
fb2d5a08ad
commit
07c93a1d1e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue