diff --git a/__init__.py b/__init__.py index a53056a..00e2622 100644 --- a/__init__.py +++ b/__init__.py @@ -71,7 +71,7 @@ def one_c_page(): product_1c = Product.query.filter(Product .group.in_(["buh", "cloud", "trade"])) return render_template("1c.html", menu=menu, - title="1С-франчайзи в Клину", product_1c=product_1c) + title="программы 1С в Клину", product_1c=product_1c) @app.route("/online-kassa") diff --git a/templates/1c.html b/templates/1c.html index 73012a6..2cda1ff 100644 --- a/templates/1c.html +++ b/templates/1c.html @@ -1,5 +1,10 @@ {% extends "new_layout.html" %} +{% block description %} + +{% endblock %} + + {% block content %}
diff --git a/templates/astral.html b/templates/astral.html index 6ad3571..e581d41 100644 --- a/templates/astral.html +++ b/templates/astral.html @@ -1,5 +1,10 @@ {% extends "new_layout.html" %} +{% block description %} + +{% endblock %} + + {% block content %}
diff --git a/templates/contacts.html b/templates/contacts.html index b7bb516..16c4781 100644 --- a/templates/contacts.html +++ b/templates/contacts.html @@ -1,5 +1,10 @@ {% extends 'new_layout.html' %} +{% block description %} + +{% endblock %} + + {% block content %}
ЭЦП клин, ЭЦП для торгов клин, 1с клин, онлайн-кассы клин diff --git a/templates/home.html b/templates/home.html index 0a6358a..2bf63f9 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,9 @@ {% extends 'new_layout.html' %} +{% block description %} + +{% endblock %} + {% block content %} diff --git a/templates/new_layout.html b/templates/new_layout.html index d7b8c3d..67e3b80 100644 --- a/templates/new_layout.html +++ b/templates/new_layout.html @@ -5,6 +5,9 @@ + {% block description %} + {% endblock %} + @@ -38,10 +41,10 @@ -