◆
GoldBuy
☰
×
Home
FAQ
{% if g.user %}
My Items
{% endif %} {% if session.get('is_admin') %}
◆ Admin
{% endif %}
Sell Your Gold
{% if g.user %}
Hi, {{ g.user['name'].split(' ')[0] }}
Logout
{% elif session.get('is_admin') %}
Logout
{% else %}
Login
Join Us
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% if request.path.startswith('/admin') %} {% else %} {% endif %} {% if chat_enabled and not request.path.startswith('/admin') %} {% include "_chat.html" %} {% endif %} {% if site_whatsapp and not request.path.startswith('/admin') %}
{% endif %}