fixed title on each page

This commit is contained in:
2026-01-08 11:45:12 +05:30
parent 859cdb5ee9
commit e8bc3af43f
8 changed files with 14 additions and 17 deletions

View File

@@ -1,8 +1,7 @@
{% extends 'public_base.html' %}
{% load static %}
{% block title %}Data Policy | B42{% endblock %}
{% block meta_description %}Privacy Policy and Data Protection Information for B42 by SFY GmbH.{% endblock %}
{% block title %}Data Protection{% endblock %}
{% block content %}
<section class="bg-[#1a1a1a] text-white py-20">

View File

@@ -1,8 +1,8 @@
{% extends 'public_base.html' %}
{% load static %}
{% block title %}Imprint | B42{% endblock %}
{% block meta_description %}Imprint and Legal Information for B42 by SFY GmbH.{% endblock %}
{% block title %}imprint{% endblock %}
{% block content %}
<section class="bg-[#1a1a1a] text-white py-20">

View File

@@ -1,8 +1,8 @@
{% extends 'public_base.html' %}
{% load static %}
{% block title %}Terms of Use | B42{% endblock %}
{% block meta_description %}General Terms and Conditions of B42 by SFY GmbH.{% endblock %}
{% block title %}Terms and Conditions{% endblock %}
{% block content %}
<section class="bg-[#1a1a1a] text-white py-20">