You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
294 B
Twig
9 lines
294 B
Twig
{% extends '/base.html.twig' %}
|
|
|
|
{% block title %}{{ 'pages.home.title'|trans }} - {{ parent() }}{% endblock %}
|
|
|
|
{% block mainContent %}
|
|
<h1>Web EDM</h1>
|
|
{{ 'pages.home.unauthenticatedText'|trans({pathSignIn: path('user_signIn'), pathSignUp: path('user_signUp')})|raw }}
|
|
{% endblock %}
|