ninesurvey/src/ninesurvey-1.0/templates/Home/home.html.twig

12 lines
146 B
Twig
Raw Normal View History

2020-11-12 11:58:50 +01:00
{% extends "base.html.twig" %}
{% block body %}
2020-11-23 13:08:01 +01:00
{% if wssuse and app.user %}
{{ render(path("app_wss_sample")) }}
{% endif %}
2020-11-12 11:58:50 +01:00
{% endblock %}