{% extends 'base.html' %} {% block container %} {% include "partial/breadcrumb.html" %}

联系我们

{% system with name="SiteName" %}

{% contact with name="UserName" %}

{% contact with name="Cellphone" %}

{% contact with name="Email" %}

{% contact with name="Address" %}

扫码加微信

{% system with name='SiteName' %}

给我们留言

{% guestbook fields %} {% for item in fields %} {% if item.Type == "text" || item.Type == "number" %} {% elif item.Type == "textarea" %} {% elif item.Type == "radio" %} {%- for val in item.Items %} {%- endfor %} {% elif item.Type == "checkbox" %} {%- for val in item.Items %} {%- endfor %} {% elif item.Type == "select" %} {% elif item.Type == "image" %} {% endif %} {% endfor %} {% endguestbook %}
{% include "partial/sidebar.html" %}
{% endblock %}