fixed title testing

This commit is contained in:
Beverly Nguyen
2024-12-03 13:05:55 -08:00
parent 66c377c39d
commit 4946bed5cc
4 changed files with 11 additions and 19 deletions

View File

@@ -6,9 +6,7 @@
<html lang="{{ htmlLang | default('en') }}" class="{{ htmlClasses }}">
<head>
<title>
{% block pageTitle %}
{% block per_page_title %}{% endblock %} Notify.gov
{% endblock %}
{% block pageTitle %}{% block per_page_title %}{% endblock %} Notify.gov{% endblock %}
</title>
{% include "components/head.html" %}
</head>