{# side: accent bar left or right of text block #}
{% if type == "side" %}
{% if _align == "right" %}
{{ company_name }}
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% else %}
{{ company_name }}
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% endif %}
{# stacked: name + optional subtitle + rule, container sized to text width #}
{% else %}
{{ company_name }}
{% if subtitle %}
{{ subtitle }}
{% endif %}
{% endif %}
{% if url %}