WIP: Symfony 6 project remake #2

Draft
skobkin wants to merge 103 commits from symfony6_remake into master
3 changed files with 3 additions and 3 deletions
Showing only changes of commit ab3a54bde9 - Show all commits

View file

@ -1,4 +1,4 @@
{% extends "::base.html.twig" %}
{% extends 'Web/base.html.twig' %}
{% block content %}
{# TODO classes #}

View file

@ -1,4 +1,4 @@
{% extends "::base.html.twig" %}
{% extends 'Web/base.html.twig' %}
{% block header_title %}{{ user.login }} @ Point Tools{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "::base.html.twig" %}
{% extends 'Web/base.html.twig' %}
{% block header_title %}Stats @ Point Tools{% endblock %}