12 lines
449 B
Text
12 lines
449 B
Text
|
|
{% if image_type == "thumbnail" -%}
|
||
|
|
Square thumbnail for a {{ event_type }} titled "{{ title }}".
|
||
|
|
Category: {{ category }}. Topics: {{ tags }}.
|
||
|
|
{% else -%}
|
||
|
|
Wide hero image for a {{ event_type }} titled "{{ title }}".
|
||
|
|
Category: {{ category }}. Topics: {{ tags }}.
|
||
|
|
{% if subtitle %}Subtitle: {{ subtitle }}.{% endif %}
|
||
|
|
{% if excerpt %}Description: {{ excerpt }}.{% endif %}
|
||
|
|
{% endif -%}
|
||
|
|
{{ style }}
|
||
|
|
No embedded text. No typography overlays. No logos.
|