{% extends "base.html" %}
{% block title %}Flasky-{{ user.username }}{% endblock %}
{% block page_content %}
{{ user.username }}
{% if user.name or user.location %}
{% if user.name %}{{ user.name }}{% endif %}
{% if user.location %}
From
{{ user.location }}
{% endif %}
{% endif %}
{% if current_user.is_administrator() %}
{% endif %}
{% if user.about_me %}{{ user.about_me }}
{% endif %}
Member since {{ moment(user.member_since).format('L') }}.
Last seen {{ moment(user.last_seen).fromNow() }}.
{% endblock %}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
应该是地图的api使用的不对吧