{% import 'macros/components.html' as components %} {% with share_encoded_url = url_for(request.endpoint, _external=True, **request.view_args)|urlencode %}
{% if config.EMBED_IMAGE_FEATURE_ENABLED %}{{ components.EmbedComponent(site_no) }}{% endif %}
{% endwith %}