<svg viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 1000 1000{% endif %}"{% if aria_hidden %} aria-hidden="{{aria_hidden}}"{% endif %}{% if aria_labelledby %} aria-labelledby="{{aria_labelledby}}"{% endif %}{% if class %} class="{{class}}"{% endif %}{% if focusable %} focusable="{{focusable}}"{% endif %}{% if height %} height="{{height}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{% if preserveAspectRatio %} preserveAspectRatio="{{preserveAspectRatio}}"{% endif %}{% if role %} role="{{role}}"{% endif %}{% if style %} style="{{style}}"{% endif %}{% if width %} width="{{width}}"{% endif %}>{% block before %}{% endblock %}{% block content %}<path d="M0 500C0 50 50 0 500 0s-450 0 0 0 500 50 500 500 0-450 0 0-50 500-500 500 450 0 0 0S0 950 0 500s0 550 0 0"/>{% endblock %}{% block after %}{% endblock %}</svg>