{% load static %}
{% block title %}AI ML Operations, LLC{% endblock %}
{% if not debug %} {% endif %}
AI ML
OPERATIONS
☰
Home
Services
Education
Sensors
Bots
Chat
Hardware
Hosting
ML Models
Web Design
Contact
{% if user.is_authenticated %}
Planning
Financials
{{ user.get_full_name|default:user.username }}
{% csrf_token %}
Log Out
{% else %}
Sign In
{% endif %}
{% block content %} {% endblock %}