create comments page, with menu entry, route and template

This commit is contained in:
2021-12-13 17:25:39 +01:00
parent f4396459a0
commit d5290e4bdd
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% extends '@ChillPerson/AccompanyingCourse/layout.html.twig' %}
{% block title %}
{{ 'Accompanying Course Comment list'|trans }}
{% endblock %}
{% block content %}
<div class="accompanyingcourse-comment-list">
<h1>{{ block('title') }}</h1>
</div>
{% endblock %}