+ <label><span>欢迎语:</span><input type="text" name="update_name" id="update_name" value="{% if 'info' in data and data['info'] and 'welcome' in data['info'] and data['info']['welcome'] %}{{data['info']['welcome']}}{% end %}" placeholder="欢迎语"></label>
|