aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/views/default/index.html.twig
blob: ed261498cb70b2a8a482373c3a62f7dcccc96948 (plain) (blame)
1
2
3
4
5
{% extends 'base.html.twig' %}

{% block body %}
    Homepage.
{% endblock %}