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