<inputclass="input"type="text"name="telegram_bot_token"value="{% for s in &settings %}{% if s.key == "telegram_bot_token"%}{{s.value}}{%endif%}{%endfor%}">
<inputclass="input"type="text"name="contact_info"placeholder="+7 999 123-45-67 / info@example.com"value="{% for s in &settings %}{% if s.key == "contact_info"%}{{s.value}}{%endif%}{%endfor%}">
<textareaclass="input"name="pricing_info"rows="3"style="min-height:70px;resize:vertical;"placeholder="от 600 рублей за визит">{% for s in &settings %}{% if s.key == "pricing_info" %}{{ s.value }}{% endif %}{% endfor %}</textarea>
<inputclass="input"type="text"name="site_domain"placeholder="https://example.com"value="{% for s in &settings %}{% if s.key == "site_domain"%}{{s.value}}{%endif%}{%endfor%}">
<inputclass="input"type="text"name="timezone"placeholder="Asia/Vladivostok"value="{% for s in &settings %}{% if s.key == "timezone"%}{{s.value}}{%endif%}{%endfor%}">
placeholder="зооняня Хабаровск, присмотр за питомцем Хабаровск, догситтер Хабаровск">{% for s in &settings %}{% if s.key == "seo_keywords" %}{{ s.value }}{% endif %}{% endfor %}</textarea>