{% block extra_css %}{% endblock %}
NailTech
Nation
Home
About
Services
Contact
{% if current_user.is_authenticated %} {% if user_type == 'client' %}
My Bookings
{% elif user_type == 'technician' %}
Dashboard
{% elif user_type == 'admin' %}
Admin
{% endif %}
Logout
{% else %}
Book Now
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}