Files
ai-agent-admin/backend-fastapi/online_dev/document_generator/templates/elements/title.html
T

3 lines
202 B
HTML

{% set color = color|default('#333333') %}
<h1 style="font-size: {{ font_size }}pt; font-weight: {{ font_weight }}; text-align: {{ text_align }}; color: {{ color }}; margin: 15px 0;">{{ content }}</h1>