Copied template structure from coding challenge test

This commit is contained in:
Kevin Frantz
2018-09-05 11:20:40 +02:00
parent bbf4b7d4d3
commit e466bb9e05
7 changed files with 116 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
{% extends "frames/default.html.twig" %}
{% block title %}
Homepage
{% endblock %}
{% block content %}
<h2>Welcome to infinito!</h2>
{% endblock %}