{% extends '@SyliusShop/layout.html.twig' %}
{% block content %}
{% if myssostring is defined %}
<script type="text/javascript">
var vanilla_sso = "{{ myssostring }}";
</script>
{% endif %}
<script type="text/javascript" src="{{forumdomain ~ '/js/embed.js' }}"
></script>
<noscript>
Please enable JavaScript to view the forum.
</noscript>
{% endblock %}