mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Copied template structure from coding challenge test
This commit is contained in:
7
application/templates/standard/homepage.html.twig
Normal file
7
application/templates/standard/homepage.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "frames/default.html.twig" %}
|
||||
{% block title %}
|
||||
Homepage
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h2>Welcome to infinito!</h2>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user