1
0
Fork 0

Set page titles

This commit is contained in:
Krzysztof Sikorski 2021-11-01 22:13:13 +01:00
parent 4cee63931c
commit cf683a901b
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
<title>{% block title %}Nexus Archive{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %}

View File

@ -1,6 +1,6 @@
{% extends 'base.html.twig' %}
{% block title %}Hello HomeController!{% endblock %}
{% block title %}Home - Nexus Archive{% endblock %}
{% block body %}
<h1>Nexus Archive</h1>

View File

@ -1,6 +1,6 @@
{% extends 'base.html.twig' %}
{% block title %}Hello SubmitController!{% endblock %}
{% block title %}Submit request log - Nexus Archive{% endblock %}
{% block body %}
{% form_theme form 'form_table_layout.html.twig' %}