10 lines
397 B
Django/Jinja
10 lines
397 B
Django/Jinja
{% if image_type == "thumbnail" -%}
|
|
Square thumbnail for a technical blog post titled "{{ title }}".
|
|
Category: {{ category }}. Topics: {{ tags }}.
|
|
{% else -%}
|
|
Wide hero image for a technical blog post titled "{{ title }}".
|
|
Category: {{ category }}. Topics: {{ tags }}.
|
|
{% if excerpt %}Summary: {{ excerpt }}.{% endif %}
|
|
{% endif -%}
|
|
{{ style }}
|
|
No embedded text. No typography overlays. No logos.
|