{% load wagtailcore_tags wagtailimages_tags static txtutils_tags %}
{% if page.cover_image %} {% image page.cover_image width-1920 as card_img %} {% assign card_img.url as img_url %} {% else %} {% captureas img_url %}{% static 'cjkcms/images/patterns/pattern2.jpg' %}{% endcaptureas %} {% endif %}
{% if self.image %} {% image self.image fill-300x300 as card_img %} {% assign card_img.url as img_url %} {% else %} {% captureas img_url %}{% static 'cjkcms/images/patterns/pattern2.jpg' %}{% endcaptureas %} {% endif %}
{% if self.title %}

{{self.title}}

{% endif %} {% if self.subtitle %}

{{self.subtitle}}

{% endif %}
{{self.description | richtext}}
{% if self.links %}
{% for button in self.links %} {% include_block button %} {% endfor %}
{% endif %}