refactor + homepage
This commit is contained in:
7
templates/home/index.html.twig
Normal file
7
templates/home/index.html.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Home!{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
Home
|
||||
{% endblock %}
|
Reference in New Issue
Block a user