contentmatcher/templates/embed_link/iframe_embed.html

6 lines
137 B
HTML

{% extends 'link.html' %}
{% block link %}
<iframe src="{{ card.item_location }}" width="100%" height="600px"></iframe>
{% endblock %}