2015-12-19 14:52:17 +01:00
|
|
|
{% set image = record.attachments.get(this.image) %}
|
2015-12-26 11:16:34 +01:00
|
|
|
<div class="page-banner page-banner-{{ this.height }}" style="background-image: url({{ image|url
|
2015-12-26 10:52:00 +01:00
|
|
|
}})">{% if this.contents %}
|
2015-12-19 14:52:17 +01:00
|
|
|
{{ this.contents }}
|
|
|
|
{% endif %}</div>
|