---
layout: compress
---
{% include 2-base/head.html %}
{% include 2-base/header.html %}
{% comment %} Show 'no content' error message for videos without a video id. {% endcomment %}
{% if page.layout == 'video' and page.video_id == null %}
Sorry, but this videos hasn't been processed yet
Check out other videos
{% else %}
{% if page.title %}
{{ page.title | xml_escape }}
{% endif %}
{{ content }}
{% endif %}
{% include 2-base/footer.html %}
{% include 3-modules/back-to-top-button.html %}