Add HomeController
This commit is contained in:
parent
f45c21b610
commit
1df3a68843
2 changed files with 26 additions and 0 deletions
7
templates/index.html.twig
Normal file
7
templates/index.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Hi {{ eventName }}!{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Hi {{ eventName }}!</h1>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue