From 39a7d353736f29c2b175fb2dbb99e90c13d0871a Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Wed, 20 Mar 2024 03:51:53 -0400 Subject: [PATCH] fix page title --- templates/base.html.twig | 2 +- templates/main.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index cd6a477..1e11fc3 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -3,7 +3,7 @@ - {% block title %}Welcome!{% endblock %} + {% block title %}{% endblock %} - Big Desk {% block stylesheets %} {% endblock %} diff --git a/templates/main.html.twig b/templates/main.html.twig index dcaa5b4..c0a8498 100644 --- a/templates/main.html.twig +++ b/templates/main.html.twig @@ -1,6 +1,6 @@ {% extends 'base.html.twig' %} -{% block title %}Hello MainController!{% endblock %} +{% block title %}home{% endblock %} {% block body %} {% macro add_attributes(text) %}