2 lines
449 B
Plaintext
2 lines
449 B
Plaintext
{% if variant == "lede" %}<div class="earthen-text earthen-lede drop-cap-host max-w-none flex-1 {{ class }}" style="font-family: var(--font-body, \000022Spectral\000022, Georgia, serif); color: hsl(var(--foreground));">{{ text|safe }}</div>{% else %}<div class="earthen-text max-w-none flex-1 {{ class }}" style="font-family: var(--font-body, \000022Spectral\000022, Georgia, serif); color: hsl(var(--foreground));">{{ text|safe }}</div>{% endif %}
|