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.
10 lines
325 B
Twig
10 lines
325 B
Twig
{% extends '/base.html.twig' %}
|
|
|
|
{% block title %}Home{% endblock %}
|
|
|
|
{% block mainContent %}
|
|
<h1>Web EDM</h1>
|
|
<p>Welcome on Web EDM, the Web Electronic Document Manager.</p>
|
|
<p>Please <a href="{{ path('user_signIn') }}">Sign In</a> or <a href="{{ path('user_signUp') }}">Sign Up</a> to start.</p>
|
|
{% endblock %}
|