{% case post.layout %}

{% when 'video' %}
  <iframe width="560" height="315" src="//www.youtube.com/embed/{{post.video}}?rel=0" frameborder="0" allowfullscreen></iframe>
  {{ post.content }}   
{% else %}
  {{ post.content }}

{% endcase %}