Files
StarPilot/selfdrive/frogpilot/fleetmanager/templates/prime.html
T
2025-01-28 12:53:28 -07:00

10 lines
154 B
HTML

{% extends "layout.html" %}
{% block title %}
Driving Directions
{% endblock %}
{% block main %}
{% include "nav_directions.html" %}
{% endblock %}