Files
onepilot/selfdrive/frogpilot/fleetmanager/templates/prime.html
T
Vehicle Researcher bd2ed6664a Carrot2-v9
2025-08-03 19:15:56 +09:00

10 lines
154 B
HTML

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