diff --git a/assets/pasted-20260630-004540-c35aefe5.jpg b/assets/pasted-20260630-004540-c35aefe5.jpg new file mode 100644 index 0000000..85827e6 Binary files /dev/null and b/assets/pasted-20260630-004540-c35aefe5.jpg differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 6705550..8c5737d 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/base.html b/core/templates/base.html index 1c12b25..d69e6b0 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -5,7 +5,7 @@ - {% block title %}{{ page_title|default:project_name }} · App Tecno Store{% endblock %} + {% block title %}{% if page_title %}{{ page_title }} · {% endif %}{{ project_name|default:'Flores Software Ideas' }}{% endblock %} {% if project_description %} @@ -25,7 +25,7 @@ -
+