{% import '@PHPfox_Videos/macro.html' as Video %}
{% if embed_code %}
{{ embed_code }}
{% else %}
{{ Video.html(path) }}
{% endif %}
{% if status_update %}
{{ shorten(status_update, 200) }}
{% endif %}