{% extends "base.html" %}
{% load i18n wagtailimages_tags wagtailcore_tags %}
{% block title %}{{ page.translated_title }}{% endblock %}
{% block content %}
{% image page.image width-80 %}
{{ page.translated_title }}
{% if page.document %}
{% if page.color == 'blue' %}
{% else %}
{% endif %}
{% endif %}