mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 06:22:55 +01:00
6 lines
220 B
HTML
6 lines
220 B
HTML
{% set image = record.attachments.get(this.image) %}
|
|
<div class="page-banner page-banner-{{ this.height }}" style="background-image: url({{ image|url
|
|
}})">{% if this.contents %}
|
|
{{ this.contents }}
|
|
{% endif %}</div>
|