1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/templates/blocks/video.html

10 lines
154 B
HTML
Raw Permalink Normal View History

2016-12-15 22:00:42 +00:00
{% load wagtailcore_tags %}
{% include_block value.video %}
{% if value.caption %}
<span>
{% include_block value.caption %}
</span>
{% endif %}