{% if movie.review %}
{% render "partials/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}
{{ movie.review | markdown }}
{% endif %}
{% if movie.description %}{{ movie.description }}{% endif %}